feat(errors): IXException + IXErrorCode (spec §8) #2
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the single exception type and the ten IX_* error codes per MVP spec §8.
Every pipeline step and adapter raises
IXException(IXErrorCode.XXX, detail=...); the pipeline orchestrator turns that intoResponseIX.error. Default messages follow the spec wording; values == names so callers can serialise either.CI trigger is flaky for now; local tests green (7 passed, ruff clean).