ENUM

UpdateConsentErrorCode

Client Error Code.

link GraphQL Schema definition

1enum UpdateConsentErrorCode {
2
3# Invalid vendor name or law name or consent status.
4INVALID_VENDOR_LAW_CONSENT_STATUS
5}