Skip to main content

DYDX_ERROR_CODE_ORDER_DOES_NOT_EXIST

Constant DYDX_ERROR_CODE_ORDER_DOES_NOT_EXIST 

Source
pub const DYDX_ERROR_CODE_ORDER_DOES_NOT_EXIST: u32 = 3006;
Expand description

dYdX CLOB error code for cancelling a non-existent order.

Returned when attempting to cancel an order that has already been filled, expired, or previously cancelled. This is benign – the order is already gone.