Objects

ConsentError

Error information for consent processing failures.

codestring

Error code identifying the type of error.

detailsstring

Additional error details.

messagestring

Human-readable error message.

Example
{  "code": "CONSENT_EXPIRED",  "details": "Consent expired at 2026-01-15T12:00:00Z",  "message": "The consent has expired and needs to be renewed."}