OBJECT

CancelRaidError

CancelRaidError is the error associated with a cancelRaid.

link GraphQL Schema definition

1type CancelRaidError {
2
3# The associated error code.
4code: CancelRaidErrorCode!
5
6}