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

# Struct Runtime Diagnostic

> Bounded aggregate for a runtime failure observed by an active plugin.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

Bounded aggregate for a runtime failure observed by an active plugin.

## Fields

### `code: String`

Stable failure classification.

### `component: String`

Plugin component that reported the failure.

### `field: Option<String>`

Optional configuration field associated with the failure.

### `message: String`

Latest human-readable failure detail.

### `session_id: Option<String>`

Latest affected trajectory session identifier.

### `count: u64`

Number of failures aggregated into this entry.

## Trait Implementations

### `impl Clone for RuntimeDiagnostic`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RuntimeDiagnostic`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for RuntimeDiagnostic`

<pre />

#### `serialize`

<pre />