OBJECT

UpdateTopicSubscriptionError

Error code for error that occurred while subscribing/unsubscribing notification for a specific topic

link GraphQL Schema definition

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