OBJECT
ModUserError
ModUserError contains details about a client error that occurred.
link GraphQL Schema definition
1 type ModUserError { 2 3 # The enum indicating what error has occurred. 4 : ModUserErrorCode! 5 6 }
OBJECT
ModUserError contains details about a client error that occurred.
1 type ModUserError { 2 3 # The enum indicating what error has occurred. 4 : ModUserErrorCode! 5 6 }