OBJECT
SubscribeToNotificationsWithTokenError
Error code for error that occurred while unsubscribing from notifications with a token
link GraphQL Schema definition
1 type SubscribeToNotificationsWithTokenError { 2 3 # The possible error returned from the service 4 SubscribeToNotificationsWithTokenErrorCode! : 5 6 }