OBJECT

UnsubscribeFromNotificationsWithTokenError

Error code for error that occurred while unsubscribing from notifications with a token

link GraphQL Schema definition

1type UnsubscribeFromNotificationsWithTokenError {
2
3# The possible error returned from the service
4code: UnsubscribeFromNotificationsWithTokenErrorCode!
5
6}