UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

35 lines (33 loc) 1.77 kB
var EException; (function (EException) { EException["BAD_REQUEST"] = "BAD_REQUEST"; EException["CONFLICT"] = "CONFLICT"; EException["EXPECTATION_FAILED"] = "EXPECTATION_FAILED"; EException["FORBIDDEN"] = "FORBIDDEN"; EException["GATEWAY_TIMEOUT"] = "GATEWAY_TIMEOUT"; EException["GONE"] = "GONE"; EException["HTTP_VERSION_NOT_SUPPORTED"] = "HTTP_VERSION_NOT_SUPPORTED"; EException["IM_A_TEAPOT"] = "IM_A_TEAPOT"; EException["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR"; EException["LENGTH_REQUIRED"] = "LENGTH_REQUIRED"; EException["METHOD_NOT_ALLOWED"] = "METHOD_NOT_ALLOWED"; EException["NETWORK_AUTHENTICATION_REQUIRED"] = "NETWORK_AUTHENTICATION_REQUIRED"; EException["NOT_ACCEPTABLE"] = "NOT_ACCEPTABLE"; EException["NOT_EXTENDED"] = "NOT_EXTENDED"; EException["NOT_FOUND"] = "NOT_FOUND"; EException["NOT_IMPLEMENTED"] = "NOT_IMPLEMENTED"; EException["PAYLOAD_TOO_LARGE"] = "PAYLOAD_TOO_LARGE"; EException["PAYMENT_REQUIRED"] = "PAYMENT_REQUIRED"; EException["PRECONDITION_FAILED"] = "PRECONDITION_FAILED"; EException["REQUEST_HEADER_FIELDS_TOO_LARGE"] = "REQUEST_HEADER_FIELDS_TOO_LARGE"; EException["REQUEST_TIMEOUT"] = "REQUEST_TIMEOUT"; EException["REQUEST_URI_TOO_LONG"] = "REQUEST_URI_TOO_LONG"; EException["SERVICE_UNAVAILABLE"] = "SERVICE_UNAVAILABLE"; EException["TOO_MANY_REQUESTS"] = "TOO_MANY_REQUESTS"; EException["UNAUTHORIZED"] = "UNAUTHORIZED"; EException["UNPROCESSABLE_ENTITY"] = "UNPROCESSABLE_ENTITY"; EException["UNSUPPORTED_MEDIA_TYPE"] = "UNSUPPORTED_MEDIA_TYPE"; EException["UPGRADE_REQUIRED"] = "UPGRADE_REQUIRED"; })(EException || (EException = {})); export { EException }; //# sourceMappingURL=exception.enum.js.map