Function: createOrderingRepairError()
ts
function createOrderingRepairError(
message: string,
cause: unknown,
groupIds: string[],
deletedIds: string[],
): OrderingRepairException;Defined in: src/batteries/validation/exceptions.ts:55
Constructs a structured repair failure without losing the underlying store error.
Parameters
| Parameter | Type |
|---|---|
message | string |
cause | unknown |
groupIds | string[] |
deletedIds | string[] |