> 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 full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Config Diagnostic

> One validation or compatibility diagnostic.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

One validation or compatibility diagnostic.

## Fields

### `level: DiagnosticLevel`

Severity level for the diagnostic.

### `code: String`

Stable diagnostic code suitable for machine checks.

### `component: Option<String>`

Optional component identifier associated with the diagnostic.

### `field: Option<String>`

Optional field path associated with the diagnostic.

### `message: String`

Human-readable diagnostic message.

## Trait Implementations

### `impl Clone for ConfigDiagnostic`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ConfigDiagnostic`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for ConfigDiagnostic`

<pre />

#### `serialize`

<pre />