ENUM

RemoveEditorErrorCode

RemoveEditorErrorCode defines a client error that occurred while removing an editor.

link GraphQL Schema definition

1enum RemoveEditorErrorCode {
2
3# The channel does not exist.
4CHANNEL_NOT_FOUND
5
6# The target user does not exist.
7TARGET_USER_NOT_FOUND
8}