ENUM

GoRaidErrorCode

GoRaidErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum GoRaidErrorCode {
2
3# The request is missing valid channel parameters.
4INVALID_CHANNEL
5
6# The user tries to unraid without an active raid.
7NO_ACTIVE_RAID
8}