Variable: errorCodes
const errorCodes: object;
Defined in: index.ts:25
Dictionary of error codes that may appear on errors emitted from this package's objects
Type declaration
BODY_PARSER_NOT_PERMITTED
readonly BODY_PARSER_NOT_PERMITTED: BodyParserNotPermitted = ErrorCode.BodyParserNotPermitted;