OBJECT

CreateRaidError

CreateRaidError is the error associated with a createRaid.

link GraphQL Schema definition

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