ErrorResponseOptions
Defined in: response.ts:48
Extends
Properties
res
res: ESSC_RESPONSE<any, Record<string, any>, number>;Defined in: response.ts:21
Inherited from
table
table: string;Defined in: response.ts:22
Inherited from
status
status: | BAD_REQUEST | UNAUTHORIZED | NOT_FOUND | WRONG_METHOD;Defined in: response.ts:23
Inherited from
message
message: string;Defined in: response.ts:55