OBJECT

UnmodUserError

ModUserError contains details about a client error that occurred.

link GraphQL Schema definition

1type UnmodUserError {
2
3# The enum indicating what error has occurred.
4code: UnmodUserErrorCode!
5
6}