ENUM

AddChannelPermittedTermError

Possible errors that this resolver returns.

link GraphQL Schema definition

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