openai/codex · error · FunctionCallError

{0}

Error message

{0}

What it means

Error "{0}" thrown in openai/codex.

Source

Thrown at codex-rs/tools/src/function_call_error.rs:6

use thiserror::Error;

/// Error returned while executing a model-visible tool invocation.
#[derive(Debug, Error, PartialEq)]
pub enum FunctionCallError {
    #[error("{0}")]
    RespondToModel(String),
    #[error("Fatal error: {0}")]
    Fatal(String),
}

View on GitHub (pinned to 339751715c)

When it happens

Trigger: Thrown at codex-rs/tools/src/function_call_error.rs:6 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of openai/codex@339751715c (2026-08-25). Data as JSON: /api/errors/b0821324a42b957a. Report an issue: GitHub.