OBJECT

UpdateNotificationSettingsError

Error code for error that occurred while updating notification settings

link GraphQL Schema definition

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