ENUM
UpdateTopicSubscriptionErrorCode
Recognized error types while subscribing/unsubscribing notification for a specific topic
link GraphQL Schema definition
1 enum UpdateTopicSubscriptionErrorCode { 2 3 # Status when user is not logged in to an Amazon account. 4 5 6 # The customer's marketplace is not supported. 7 8 9 # Invalid parameters were provided to the backend. 10 11 12 # Unknown error being returned from service. 13 14 }