Type Alias: GetDocumentErrors
type GetDocumentErrors = object;
Defined in: gen/types.gen.ts:10167
Properties
404
404: ProblemDetail;
Defined in: gen/types.gen.ts:10171
The document with the given ID was not found.
500
500: ProblemDetail;
Defined in: gen/types.gen.ts:10175
An internal error occurred while processing the request.