Skip to content

ErrorResponseOptions

Defined in: response.ts:48

Extends

Properties

res

res: ESSC_RESPONSE<any, Record<string, any>, number>;

Defined in: response.ts:21

Inherited from

BaseResponseOptions.res


table

table: string;

Defined in: response.ts:22

Inherited from

BaseResponseOptions.table


status

status:
| BAD_REQUEST
| UNAUTHORIZED
| NOT_FOUND
| WRONG_METHOD;

Defined in: response.ts:23

Inherited from

BaseResponseOptions.status


message

message: string;

Defined in: response.ts:55