Errors

DSAR-BE-1411: PERSISTENCE_ENTITY_NOT_FOUND

Meaning

A persistence lookup for a specific entity returned no results within the backend request pipeline.

Probable Causes

  • The entity ID does not exist in the database.
  • The entity was deleted or belongs to a different tenant.
  • A typo or stale reference in the request payload.

How to Fix

  1. Verify the entity ID is correct and exists for the current tenant.
  2. Check whether the entity was recently deleted or archived.
  3. Inspect error.trace.entity and error.trace.id for the lookup details.

Retryable

No. The entity must exist before the operation can succeed.

Response Shape

Minimal Trigger Example