OBJECT

UpdateConsentError

Error associated with mutation UpdateConsent.

link GraphQL Schema definition

1type UpdateConsentError {
2
3# Error code.
4code: UpdateConsentErrorCode
5
6}