notbank
Version:
The Notbank for Node.js
10 lines (9 loc) • 760 B
JavaScript
export var UnsubscribeLevel2ErrorCode;
(function (UnsubscribeLevel2ErrorCode) {
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["SUCCESS"] = 0] = "SUCCESS";
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["NOT_AUTHORIZED"] = 20] = "NOT_AUTHORIZED";
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["INVALID_REQUEST"] = 100] = "INVALID_REQUEST";
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["OPERATION_FAILED"] = 101] = "OPERATION_FAILED";
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["SERVER_ERROR"] = 102] = "SERVER_ERROR";
UnsubscribeLevel2ErrorCode[UnsubscribeLevel2ErrorCode["RESOURCE_NOT_FOUND"] = 104] = "RESOURCE_NOT_FOUND";
})(UnsubscribeLevel2ErrorCode || (UnsubscribeLevel2ErrorCode = {}));