# `Layr8.ConnectionError`
[🔗](https://github.com/layr8/elixir_sdk/blob/main/lib/layr8/errors.ex#L41)

Represents a failure to connect to the cloud-node.

# `t`

```elixir
@type t() :: %Layr8.ConnectionError{
  __exception__: true,
  message: String.t(),
  reason: String.t(),
  url: String.t()
}
```

---

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