# `Ollixir.ConnectionError`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/connection_error.ex#L1)

Exception raised when unable to connect to the Ollama server.

The message includes a reminder to start Ollama and a download link.

# `t`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/connection_error.ex#L10)

```elixir
@type t() :: %Ollixir.ConnectionError{
  __exception__: true,
  message: String.t(),
  original_error: term(),
  reason: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
