OBJECT

CancelActiveBoostOrdersError

Error code for an error that occurs while canceling the active boosts.

link GraphQL Schema definition

1type CancelActiveBoostOrdersError {
2
3# Error code for error that occurred while canceling the active boosts.
4code: CancelActiveBoostOrdersErrorCode!
5
6}