UNPKG

adminjs

Version:
12 lines 508 B
// eslint-disable-next-line no-shadow export let ErrorTypeEnum = /*#__PURE__*/function (ErrorTypeEnum) { ErrorTypeEnum["App"] = "AppError"; ErrorTypeEnum["Configuration"] = "ConfigurationError"; ErrorTypeEnum["Forbidden"] = "ForbiddenError"; ErrorTypeEnum["NotFound"] = "NotFoundError"; ErrorTypeEnum["NotImplemented"] = "NotImplementedError"; ErrorTypeEnum["Record"] = "RecordError"; ErrorTypeEnum["Validation"] = "ValidationError"; return ErrorTypeEnum; }({}); export default ErrorTypeEnum;