OBJECT
SpendSubscriptionCreditError
Error returned when attempting to spend subscription credit.
link GraphQL Schema definition
1 type SpendSubscriptionCreditError { 2 3 # Error code for error that occured while attempting to spend subscription credit. 4 : SpendSubscriptionCreditErrorCode! 5 6 }