CancelOrderError
Represents an error that occurred during order cancellation.
type CancelOrderError {
code: CancelOrderErrorCodes!
message: String!
}
Fields
CancelOrderError.code ● CancelOrderErrorCodes! non-null enum
The code representing the type of error.
CancelOrderError.message ● String! non-null scalar
The error message.
Member Of
CancelOrder object