Type Alias: CreateDocumentsErrors
type CreateDocumentsErrors = object;
Defined in: gen/types.gen.ts:10078
Properties
400
400: ProblemDetail;
Defined in: gen/types.gen.ts:10082
The provided data is not valid.
415
415: ProblemDetail;
Defined in: gen/types.gen.ts:10088
The server cannot process the request because the media type (Content-Type) of the request payload is not supported by the server for the requested resource and method.