wallee
Version:
TypeScript/JavaScript client for wallee
10 lines (9 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientErrorType = void 0;
var ClientErrorType;
(function (ClientErrorType) {
ClientErrorType["END_USER_ERROR"] = "END_USER_ERROR";
ClientErrorType["CONFIGURATION_ERROR"] = "CONFIGURATION_ERROR";
ClientErrorType["DEVELOPER_ERROR"] = "DEVELOPER_ERROR";
})(ClientErrorType || (exports.ClientErrorType = ClientErrorType = {}));