OBJECT

SpendSubscriptionCreditError

Error returned when attempting to spend subscription credit.

link GraphQL Schema definition

1type SpendSubscriptionCreditError {
2
3# Error code for error that occured while attempting to spend subscription credit.
4code: SpendSubscriptionCreditErrorCode!
5
6}