Errors
DSAR-BE-1304: RETENTION_CLASS_INVALID
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The provided retention class is not a recognized value. Retention policies must target one of the predefined data classes.
Probable Causes
- The
classfield in the request body is missing or empty. - The value does not match any of the allowed retention classes:
request_record,audit_event,verification_evidence,fulfilment_artifact,delivery_log,notification_log.
How to Fix
- Set the
classfield to one of the valid retention classes listed above. - Check for typos in the class name.
Retryable
No. Fix the request body before retrying.