Variable ERROR_CODESConst
ERROR_CODES: {
badRequest: "badRequest";
conflict: "conflict";
forbidden: "forbidden";
internal: "internal";
notFound: "notFound";
tooManyRequests: "tooManyRequests";
unauthorized: "unauthorized";
unprocessableEntity: "unprocessableEntity";
} = ...
Type declaration
Readonly
badRequest: "badRequest"
Readonly
conflict: "conflict"
Readonly
forbidden: "forbidden"
Readonly
internal: "internal"
Readonly
notFound: "notFound"
Readonly
tooManyRequests: "tooManyRequests"
Readonly
unauthorized: "unauthorized"
Readonly
unprocessableEntity: "unprocessableEntity"
Standard error codes used across microservices.