{"record":{"id":"c243c25a0bee6f6f","repo":"openai/codex","slug":"fatal-error-0-c243c2","errorCode":null,"errorMessage":"Fatal error: {0}","messagePattern":"Fatal error: (.+?)","errorType":"exception","errorClass":"FunctionCallError","httpStatus":null,"severity":"error","filePath":"codex-rs/tools/src/function_call_error.rs","lineNumber":8,"sourceCode":"use thiserror::Error;\n\n/// Error returned while executing a model-visible tool invocation.\n#[derive(Debug, Error, PartialEq)]\npub enum FunctionCallError {\n    #[error(\"{0}\")]\n    RespondToModel(String),\n    #[error(\"Fatal error: {0}\")]\n    Fatal(String),\n}\n","sourceCodeStart":1,"sourceCodeEnd":11,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/tools/src/function_call_error.rs#L1-L11","documentation":"Error \"Fatal error: {0}\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/tools/src/function_call_error.rs:8 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"}