Errors

DSAR-BE-1304: RETENTION_CLASS_INVALID

Meaning

The provided retention class is not a recognized value. Retention policies must target one of the predefined data classes.

Probable Causes

  • The class field 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

  1. Set the class field to one of the valid retention classes listed above.
  2. Check for typos in the class name.

Retryable

No. Fix the request body before retrying.

Minimal Trigger Example