UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

12 lines 689 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProblemType = void 0; var ProblemType; (function (ProblemType) { ProblemType[ProblemType["NotSet"] = 'NotSet'] = "NotSet"; ProblemType[ProblemType["InvalidRequest"] = 'invalid-request'] = "InvalidRequest"; ProblemType[ProblemType["InvalidApplication"] = 'invalid-application'] = "InvalidApplication"; ProblemType[ProblemType["ServiceUnavailable"] = 'service-unavailable'] = "ServiceUnavailable"; ProblemType[ProblemType["InternalError"] = 'internal-error'] = "InternalError"; })(ProblemType = exports.ProblemType || (exports.ProblemType = {})); //# sourceMappingURL=problemType.js.map