UNPKG

@upv/ushi-shared

Version:

Shared DTOs, types, and utilities for the USHI platform (LMS, Trials, Social, Wallet).

17 lines (16 loc) 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiErrorCode = void 0; var ApiErrorCode; (function (ApiErrorCode) { ApiErrorCode["UNAUTHORIZED"] = "unauthorized"; ApiErrorCode["FORBIDDEN"] = "forbidden"; ApiErrorCode["NOT_FOUND"] = "not_found"; ApiErrorCode["VALIDATION_FAILED"] = "validation_failed"; ApiErrorCode["CONFLICT"] = "conflict"; ApiErrorCode["BAD_REQUEST"] = "bad_request"; ApiErrorCode["INTERNAL_ERROR"] = "internal_error"; ApiErrorCode["NOT_IMPLEMENTED"] = "not_implemented"; ApiErrorCode["SERVICE_UNAVAILABLE"] = "service_unavailable"; ApiErrorCode["UNKNOWN"] = "unknown_error"; })(ApiErrorCode || (exports.ApiErrorCode = ApiErrorCode = {}));