ENUM

CancelRaidErrorCode

CancelRaidErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum CancelRaidErrorCode {
2
3# The a raid does not exist.
4RAID_DOES_NOT_EXIST
5
6# The request is missing valid channel parameters.
7INVALID_CHANNEL
8
9# The user tries to unraid without an active raid.
10NO_ACTIVE_RAID
11}