{"record":{"id":"d315784a4c376909","repo":"openai/codex","slug":"shared-rollout-token-budget-exhausted","errorCode":null,"errorMessage":"shared rollout token budget exhausted","messagePattern":"shared rollout token budget exhausted","errorType":"exception","errorClass":"CodexErr","httpStatus":null,"severity":"error","filePath":"codex-rs/protocol/src/error.rs","lineNumber":85,"sourceCode":"    LandlockRestrict,\n}\n\npub struct CodexErr {\n    details: CodexErrorDetails,\n    retry_delay: Option<Duration>,\n}\n\n/// The semantic category and diagnostic payload for a [`CodexErr`].\n#[derive(Error, Debug, EnumDiscriminants)]\n#[strum_discriminants(name(CodexErrKind))]\n#[strum_discriminants(derive(serde::Serialize))]\n#[strum_discriminants(serde(rename_all = \"snake_case\"))]\n#[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,","sourceCodeStart":67,"sourceCodeEnd":103,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/protocol/src/error.rs#L67-L103","documentation":"Error \"shared rollout token budget exhausted\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/protocol/src/error.rs:85 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"}