Type Alias: GetResourceErrors
type GetResourceErrors = object;
Defined in: gen/types.gen.ts:14406
Properties
404
404: ProblemDetail;
Defined in: gen/types.gen.ts:14410
A resource with the given key was not found.
500
500: ProblemDetail;
Defined in: gen/types.gen.ts:14414
An internal error occurred while processing the request.