> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Struct Error Info

> Normalized error metadata.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

Normalized error metadata.

## Fields

### `stage: ErrorStage`

NeMo Fabric lifecycle stage where the failure surfaced.

### `code: String`

Stable error code.

### `message: String`

Human-readable error message.

### `retryable: bool`

Whether NeMo Fabric considers this failure safe for a consumer-level retry.

### `metadata: BTreeMap<String, Value>`

Adapter or runtime metadata useful for diagnostics.

## Trait Implementations

### `impl Clone for ErrorInfo`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ErrorInfo`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for ErrorInfo`

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for ErrorInfo`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for ErrorInfo`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ErrorInfo`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for ErrorInfo`

<pre />