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

# Enum Dynamic Plugin Trust Failure

> A failed artifact trust check.

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

A failed artifact trust check.

## Variants

### `MissingArtifact`

<pre />

The manifest omitted `source.artifact`.

### `MissingIntegrityDigest`

<pre />

The manifest omitted `integrity.sha256`.

### `ArtifactRead`

<pre />

The artifact could not be safely read.

#### Fields

### `path: PathBuf`

Artifact path.

### `error: String`

Read failure detail.

### `IntegrityMismatch`

<pre />

The artifact digest differs from the manifest value.

#### Fields

### `path: PathBuf`

Artifact path.

### `expected: String`

Manifest digest.

### `actual: String`

Observed digest.

### `MissingSignature`

<pre />

The effective policy requires a signature but none was declared.

### `MissingTrustedKeys`

<pre />

Signature verification was requested without trusted keys.

### `SignatureRead`

<pre />

The signature cannot be safely read or decoded.

#### Fields

### `path: PathBuf`

Signature path.

### `error: String`

Read or decode failure detail.

### `SignatureVerification`

<pre />

No trusted key verified the signature.

#### Fields

### `path: PathBuf`

Signature path.

### `parse_errors: Vec<String>`

Malformed configured key diagnostics.

## Implementations

### `impl DynamicPluginTrustFailure`

<pre />

#### `refusal_code`

<pre />

Stable refusal code used in structured reports.

#### `display`

<pre />

Human-readable failure description.

## Trait Implementations

### `impl Clone for DynamicPluginTrustFailure`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DynamicPluginTrustFailure`

<pre />

#### `fmt`

<pre />

### `impl PartialEq for DynamicPluginTrustFailure`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Eq for DynamicPluginTrustFailure`

<pre />

### `impl StructuralPartialEq for DynamicPluginTrustFailure`

<pre />