ENUM

CancelActiveBoostOrdersErrorCode

Error types recognized.

link GraphQL Schema definition

1enum CancelActiveBoostOrdersErrorCode {
2
3# Invalid parameter in the request.
4INVALID_PARAMETER
5
6# Internal error being returned from service.
7INTERNAL_ERROR
8}