{"record":{"id":"f35e33df4856354e","repo":"openai/codex","slug":"usage-not-included","errorCode":null,"errorMessage":"usage not included","messagePattern":"usage not included","errorType":"exception","errorClass":"ApiError","httpStatus":null,"severity":"error","filePath":"codex-rs/codex-api/src/error.rs","lineNumber":19,"sourceCode":"use crate::rate_limits::RateLimitError;\nuse codex_client::TransportError;\nuse http::StatusCode;\nuse std::time::Duration;\nuse thiserror::Error;\n\n#[derive(Debug, Error)]\npub enum ApiError {\n    #[error(transparent)]\n    Transport(#[from] TransportError),\n    #[error(\"api error {status}: {message}\")]\n    Api { status: StatusCode, message: String },\n    #[error(\"stream error: {0}\")]\n    Stream(String),\n    #[error(\"context window exceeded\")]\n    ContextWindowExceeded,\n    #[error(\"quota exceeded\")]\n    QuotaExceeded,\n    #[error(\"usage not included\")]\n    UsageNotIncluded,\n    #[error(\"retryable error: {message}\")]\n    Retryable {\n        message: String,\n        delay: Option<Duration>,\n    },\n    #[error(\"rate limit: {0}\")]\n    RateLimit(String),\n    #[error(\"invalid request: {message}\")]\n    InvalidRequest { message: String },\n    #[error(\"cyber policy: {message}\")]\n    CyberPolicy { message: String },\n    #[error(\"misalignment policy violation: {message}\")]\n    MisalignmentPolicyViolation { message: String },\n    #[error(\"server overloaded\")]\n    ServerOverloaded,\n}\n","sourceCodeStart":1,"sourceCodeEnd":37,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/codex-api/src/error.rs#L1-L37","documentation":"Error \"usage not included\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/codex-api/src/error.rs:19 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"}