ENUM

CreateAccountLinkErrorCode

Recognized error types for creating an account link.

link GraphQL Schema definition

1enum CreateAccountLinkErrorCode {
2
3# The Amazon customer who we are trying to link is not signed in
4NOT_SIGNED_IN
5
6# Unknown error being returned from service.
7UNKNOWN
8}