UNPKG

syms-api-interfaces

Version:
14 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseExceptionCode = void 0; exports.BaseExceptionCode = { BadRequest: 'BadRequest', Unauthorized: 'Unauthorized', NotFound: 'NotFound', Forbidden: 'Forbidden', NotAcceptable: 'NotAcceptable', Timeout: 'Timeout', Conflict: 'Conflict', InternalServerError: 'InternalServerError', }; //# sourceMappingURL=base.exception.code.js.map