{"record":{"id":"b0821324a42b957a","repo":"openai/codex","slug":"0-b08213","errorCode":null,"errorMessage":"{0}","messagePattern":"\\{0\\}","errorType":"exception","errorClass":"FunctionCallError","httpStatus":null,"severity":"error","filePath":"codex-rs/tools/src/function_call_error.rs","lineNumber":6,"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 \"{0}\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/tools/src/function_call_error.rs:6 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"}