Documentation / zerotal / index / UnprocessableEntityError
Class: UnprocessableEntityError
Defined in: packages/core/src/errors/HttpError.ts:75
422 Unprocessable Entity — well-formed but semantically invalid request.
Extends
Constructors
Constructor
new UnprocessableEntityError(
message?):UnprocessableEntityError
Defined in: packages/core/src/errors/HttpError.ts:76
Parameters
message?
string = "Unprocessable Entity"
Returns
UnprocessableEntityError
Overrides
Properties
headers?
optionalheaders?:Record<string,string>
Defined in: packages/core/src/errors/HttpError.ts:15
Inherited from
code
readonlycode:string
Defined in: packages/core/src/errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: packages/core/src/errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: packages/core/src/errors/ZerotalError.ts:20