> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/datadesigner/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/datadesigner/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/datadesigner/_mcp/server.

# data\_designer.interface.errors

### API

```python
class data_designer.interface.errors.DataDesignerProfilingError
```

**Bases**: `data_designer.errors.DataDesignerError`

Raised for errors related to a Data Designer dataset profiling.

**Initialization:**

Initialize self.  See help(type(self)) for accurate signature.

```python
class data_designer.interface.errors.DataDesignerGenerationError
```

**Bases**: `data_designer.errors.DataDesignerError`

Raised for errors related to a Data Designer dataset generation.

**Initialization:**

Initialize self.  See help(type(self)) for accurate signature.

```python
class data_designer.interface.errors.DataDesignerEarlyShutdownError
```

**Bases**: `data_designer.interface.errors.DataDesignerGenerationError`

Raised when a run terminated via early shutdown and produced no records.

Subclass of `DataDesignerGenerationError` so existing handlers still catch
it; callers that want to distinguish the early-shutdown case (e.g. to retry
with a different model alias or surface a degraded-provider message to the
user) can catch this specific type.

**Initialization:**

Initialize self.  See help(type(self)) for accurate signature.

```python
class data_designer.interface.errors.InvalidBufferValueError
```

**Bases**: `data_designer.errors.DataDesignerError`

Raised for errors related to an invalid buffer value.

**Initialization:**

Initialize self.  See help(type(self)) for accurate signature.