ENUM

SubscribeToNotificationsWithTokenErrorCode

Recognized error types

link GraphQL Schema definition

1enum SubscribeToNotificationsWithTokenErrorCode {
2
3# The provided marketplace is not supported
4INVALID_MARKETPLACE
5
6# Unknown error being returned from service.
7UNKNOWN
8}