{"record":{"id":"635bdac6ad0d8174","repo":"openai/codex","slug":"no-thread-with-id-0","errorCode":null,"errorMessage":"no thread with id: {0}","messagePattern":"no thread with id: (.+?)","errorType":"exception","errorClass":"CodexErr","httpStatus":null,"severity":"error","filePath":"codex-rs/protocol/src/error.rs","lineNumber":98,"sourceCode":"#[strum_discriminants(doc = \"The payload-free semantic category used for analytics.\")]\npub enum CodexErrorDetails {\n    #[error(\"turn aborted. Something went wrong? Hit `/feedback` to report the issue.\")]\n    TurnAborted,\n\n    #[error(\"shared rollout token budget exhausted\")]\n    SessionBudgetExceeded,\n\n    /// Returned by ResponsesClient when the SSE stream disconnects or errors out **after** the HTTP\n    /// handshake has succeeded but **before** it finished emitting `response.completed`.\n    ///\n    /// The Session loop treats this as a transient error and will automatically retry the turn.\n    #[error(\"stream disconnected before completion: {0}\")]\n    Stream(String),\n    #[error(\n        \"Codex ran out of room in the model's context window. Start a new thread or clear earlier history before retrying.\"\n    )]\n    ContextWindowExceeded,\n    #[error(\"no thread with id: {0}\")]\n    ThreadNotFound(ThreadId),\n    #[error(\"agent thread limit reached\")]\n    AgentLimitReached { max_threads: usize },\n    #[error(\"session configured event was not the first event in the stream\")]\n    SessionConfiguredNotFirstEvent,\n    /// Returned by run_command_stream when the spawned child process timed out (10s).\n    #[error(\"timeout waiting for child process to exit\")]\n    Timeout,\n    #[error(\"request timed out\")]\n    RequestTimeout,\n    /// Returned by run_command_stream when the child could not be spawned (its stdout/stderr pipes\n    /// could not be captured). Analogous to the previous `CodexError::Spawn` variant.\n    #[error(\"spawn failed: child stdout/stderr not captured\")]\n    Spawn,\n    /// Returned by run_command_stream when the user pressed Ctrl-C (SIGINT). Session uses this to\n    /// surface a polite FunctionCallOutput back to the model instead of crashing the CLI.\n    #[error(\"interrupted (Ctrl-C). Something went wrong? Hit `/feedback` to report the issue.\")]\n    Interrupted,","sourceCodeStart":80,"sourceCodeEnd":116,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/protocol/src/error.rs#L80-L116","documentation":"Error \"no thread with id: {0}\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/protocol/src/error.rs:98 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"339751715c64496cb86246bfb3935f40e309dd3d","analyzedAt":"2026-08-25T05:35:09.876Z","schemaVersion":2},"datasetVersion":"2026-08-25T06:17:31.827Z"}