> 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.

# Enum Diagnostic Level

> Diagnostic severity.

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

```rust
pub enum DiagnosticLevel {
    Warning,
    Error,
}
```

Diagnostic severity.

## Variants

### `Warning`

<pre />

Non-fatal compatibility or validation issue.

### `Error`

<pre />

Fatal validation issue that blocks initialization.

## Trait Implementations

### `impl Clone for DiagnosticLevel`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DiagnosticLevel`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for DiagnosticLevel`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for DiagnosticLevel`

<pre />

#### `serialize`

<pre />

### `impl Copy for DiagnosticLevel`

<pre />

### `impl Eq for DiagnosticLevel`

<pre />

### `impl StructuralPartialEq for DiagnosticLevel`

<pre />