OBJECT

CompetitionUploadImageError

Information to communicate to the user about an error state.

link GraphQL Schema definition

1type CompetitionUploadImageError {
2
3# The error code.
4code: CompetitionUploadImageErrorCode!
5
6# The error message string.
7message: String!
8
9}