> 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 Plugin Error

> Error type for generic plugin operations.

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

<pre />

Error type for generic plugin operations.

## Variants

### `InvalidConfig(String)`

<pre />

Configuration validation failed.

### `NotFound(String)`

<pre />

The requested plugin resource was not found.

### `Serialization(Error)`

<pre />

A serialization or deserialization operation failed.

### `Internal(String)`

<pre />

An internal plugin-system error occurred.

### `RegistrationFailed(String)`

<pre />

A runtime middleware/subscriber registration failed.

## Trait Implementations

### `impl Debug for PluginError`

<pre />

#### `fmt`

<pre />

### `impl Display for PluginError`

<pre />

#### `fmt`

<pre />

### `impl Error for PluginError`

<pre />

#### `source`

<pre />

#### `description`

<pre />

#### `cause`

<pre />

#### `provide`

<pre />

### `impl From< Error> for PluginError`

<pre />

#### `from`

<pre />