OBJECT

GrantVIPError

GrantVIPError contains details about a client error that occurred.

link GraphQL Schema definition

1type GrantVIPError {
2
3# The type of error that occurred when granting VIP status.
4code: GrantVIPErrorCode!
5
6}