OBJECT
UpdateTopicSubscriptionError
Error code for error that occurred while subscribing/unsubscribing notification for a specific topic
link GraphQL Schema definition
1 type UpdateTopicSubscriptionError { 2 3 # The possible error returned from the service 4 UpdateTopicSubscriptionErrorCode! : 5 6 }