Variable: E_ORDERING_VIOLATION
ts
const E_ORDERING_VIOLATION: CreatedException<[number, string]>;Defined in: src/batteries/validation/exceptions.ts:42
Thrown when a dispatch contains blocking ordering violations.
Remarks
This factory remains compatible with the repository's printf-style exception convention. Use createOrderingViolationError when the structured violation list is available.