notbank
Version:
The Notbank for Node.js
9 lines (8 loc) • 605 B
JavaScript
export var UnsubscribeTradesError;
(function (UnsubscribeTradesError) {
UnsubscribeTradesError[UnsubscribeTradesError["NotAuthorized"] = 20] = "NotAuthorized";
UnsubscribeTradesError[UnsubscribeTradesError["InvalidRequest"] = 100] = "InvalidRequest";
UnsubscribeTradesError[UnsubscribeTradesError["OperationFailed"] = 101] = "OperationFailed";
UnsubscribeTradesError[UnsubscribeTradesError["ServerError"] = 102] = "ServerError";
UnsubscribeTradesError[UnsubscribeTradesError["ResourceNotFound"] = 104] = "ResourceNotFound";
})(UnsubscribeTradesError || (UnsubscribeTradesError = {}));