OBJECT

RevokeVIPError

RevokeVIPError contains details about a client error that occurred.

link GraphQL Schema definition

1type RevokeVIPError {
2
3# The type of error that occurred when revoking a user's VIP status.
4code: RevokeVIPErrorCode!
5
6}