ENUM

UpdateTopicSubscriptionErrorCode

Recognized error types while subscribing/unsubscribing notification for a specific topic

link GraphQL Schema definition

1enum UpdateTopicSubscriptionErrorCode {
2
3# Status when user is not logged in to an Amazon account.
4NOT_SIGNED_IN
5
6# The customer's marketplace is not supported.
7INVALID_MARKETPLACE
8
9# Invalid parameters were provided to the backend.
10INVALID_REQUEST
11
12# Unknown error being returned from service.
13UNKNOWN
14}