UNPKG

254 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const utils_1 = require("@nodeswork/utils");
4exports.UNAUTHENTICATED_ERROR = new utils_1.NodesworkError('unauthenticated or token expired');
5
6//# sourceMappingURL=errors.js.map