Layr8.ConnectionError exception (layr8 v0.2.1)

Copy Markdown View Source

Represents a failure to connect to the cloud-node.

Summary

Types

t()

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