> 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 Atof Exporter Error

> Errors produced while configuring or operating the ATOF JSONL exporter.

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

<pre />

Errors produced while configuring or operating the ATOF JSONL exporter.

## Variants

### `CurrentDirectory(Error)`

<pre />

Failed to resolve the current working directory for default config.

### `OpenFile`

<pre />

Failed to open the output file.

#### Fields

### `path: PathBuf`

Output path that failed to open.

### `source: Error`

Underlying I/O error.

### `Flush`

<pre />

Failed while flushing the output file.

#### Fields

### `path: PathBuf`

Output path that failed to flush.

### `source: Error`

Underlying I/O error.

### `StoredFailure`

<pre />

The exporter recorded an earlier write or serialization error.

#### Fields

### `path: PathBuf`

Output path associated with the failure.

### `message: String`

Stored failure message.

### `LockPoisoned`

<pre />

The internal exporter state lock was poisoned.

### `Runtime(FlowError)`

<pre />

Runtime subscriber registration failed.

## Trait Implementations

### `impl Debug for AtofExporterError`

<pre />

#### `fmt`

<pre />

### `impl Display for AtofExporterError`

<pre />

#### `fmt`

<pre />

### `impl Error for AtofExporterError`

<pre />

#### `source`

<pre />

#### `description`

<pre />

#### `cause`

<pre />

#### `provide`

<pre />

### `impl From<FlowError> for AtofExporterError`

<pre />

#### `from`

<pre />