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

# Enum Relay Unsupported Behavior

> Relay unsupported/unknown config handling.

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

```rust
pub enum RelayUnsupportedBehavior {
    Ignore,
    Warn,
    Error,
}
```

Relay unsupported/unknown config handling.

## Variants

### `Ignore`

<pre />

Ignore the unsupported or unknown value.

### `Warn`

<pre />

Warn on the unsupported or unknown value.

### `Error`

<pre />

Error on the unsupported or unknown value.

## Trait Implementations

### `impl Clone for RelayUnsupportedBehavior`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayUnsupportedBehavior`

<pre />

#### `fmt`

<pre />

### `impl Default for RelayUnsupportedBehavior`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayUnsupportedBehavior`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayUnsupportedBehavior`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayUnsupportedBehavior`

<pre />

#### `serialize`

<pre />

### `impl Copy for RelayUnsupportedBehavior`

<pre />

### `impl Eq for RelayUnsupportedBehavior`

<pre />

### `impl StructuralPartialEq for RelayUnsupportedBehavior`

<pre />