# ServerStartFailed

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/app/DeepAgentsApp/ServerStartFailed)

Posted by the background server-startup worker on failure.

## Signature

```python
ServerStartFailed(
    self,
    error: Exception,
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    error: Exception,
) -> None
```

| Name | Type |
|------|------|
| `error` | `Exception` |


## Properties

- `error`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/app.py#L1490)