kitbash errors
Conflict
https://kitbash.zyx.tw/errors/conflict
- Status
- 409, or 429 when a limit in a window was hit
- When
- The call raced another change: a write on a file that changed since it was read, a Process name already running, a member that already exists. With 429, the caller asked for more of something than kitbash accepts at once, such as MCP sessions.
- What to do
- Read the current state and call again from it; with 429, end a session or wait and call again.
Every problem kitbash returns is an RFC 9457 object with type, title, status, detail, an optional instance and a fix written for the call that failed. This page explains the class; the detail and fix in the object explain the instance.