UNPKG

wallee

Version:
10 lines (9 loc) 421 B
'use strict'; 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 = {}));