Expand description
Violation types for DLQ classification.
When a sync delta is rejected, the ViolationType categorizes why it
was rejected. This is stored in the DLQ on the Origin for forensic review
and is separate from CompensationHint (which is what the edge sees).
Enums§
- Archived
Violation Type - An archived
ViolationType - Violation
Type - Why a sync delta was placed in the Dead-Letter Queue.
- Violation
Type Resolver - The resolver for an archived
ViolationType
Constants§
- CONSTRAINT_
RETRY_ AFTER_ MS - Suggested delay (milliseconds) before re-pushing a delta rejected by
ConstraintVersionPending. Matches the ~1s tick of the constraint reconcile loop, so a single retry after this delay typically finds the install has caught up.