@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
20 lines • 948 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrderCancellationError = void 0;
var OrderCancellationError;
(function (OrderCancellationError) {
let errorType;
(function (errorType) {
errorType["INVALID_SIGNATURE"] = "InvalidSignature";
errorType["WRONG_OWNER"] = "WrongOwner";
errorType["ORDER_NOT_FOUND"] = "OrderNotFound";
errorType["ALREADY_CANCELLED"] = "AlreadyCancelled";
errorType["ORDER_FULLY_EXECUTED"] = "OrderFullyExecuted";
errorType["ORDER_EXPIRED"] = "OrderExpired";
errorType["ON_CHAIN_ORDER"] = "OnChainOrder";
})(errorType = OrderCancellationError.errorType || (OrderCancellationError.errorType = {}));
})(OrderCancellationError = exports.OrderCancellationError || (exports.OrderCancellationError = {}));
//# sourceMappingURL=OrderCancellationError.js.map