ENUM

AddChannelBlockedTermError

Possible errors that this resolver returns.

link GraphQL Schema definition

1enum AddChannelBlockedTermError {
2
3# User does not have permission to add blocked term in channel.
4NO_PERMISSIONS
5
6# Duration provided was invalid.
7DURATION_INVALID
8}