OBJECT

GoRaidError

GoRaidError is the error associated with a goRaid.

link GraphQL Schema definition

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