ENUM

UpdateNotificationSettingsErrorCode

Recognized error types for updating notification settings

link GraphQL Schema definition

1enum UpdateNotificationSettingsErrorCode {
2
3# Status when user is not logged in to an Amazon account
4NOT_SIGNED_IN
5
6# The marketplace on the user was Invalid
7INVALID_MARKETPLACE
8
9# Unknown error being returned from service
10UNKNOWN
11}