ENUM

SetUnbanRequestsSettingsErrorCode

Error codes for from set unban requests settings mutation.

link GraphQL Schema definition

1enum SetUnbanRequestsSettingsErrorCode {
2
3# Unknown error.
4UNKNOWN
5
6# User is not authorized to set unban request settings on the channel.
7UNAUTHORIZED
8
9# User attempted to set with an invalid value.
10INVALID_VALUE
11}