rubic-sdk
Version:
Simplify dApp creation
21 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.XY_ERROR_CODE = void 0;
exports.XY_ERROR_CODE = {
10000: '10000',
10001: '10001',
20001: '20001',
20003: '20003',
20004: '20004',
20005: '20005',
20006: '20006',
20007: '20007',
20008: '20008',
30001: '30001',
30002: '30002',
30003: '30003',
30004: '30004',
30005: '30005',
30006: '30006'
};
//# sourceMappingURL=xy-error-code.js.map