@skyway-sdk/token
Version:
The official Next Generation JavaScript SDK for SkyWay
21 lines • 743 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tokenErrors = void 0;
exports.tokenErrors = {
invalidParameter: {
name: 'invalidParameter',
detail: 'failed to decode token',
solution: 'Use the correct token according to the specification',
},
invalidAppIdParameter: {
name: 'invalidAppIdParameter',
detail: 'failed to get AppId',
solution: 'Use the correct token according to the specification',
},
invalidAnalyticsParameter: {
name: 'invalidAnalyticsParameter',
detail: 'failed to get analytics scope',
solution: 'Use the correct token according to the specification',
},
};
//# sourceMappingURL=errors.js.map