Arcadic.TransportError exception (Arcadic v0.1.0)

Copy Markdown View Source

A transport/network failure with no HTTP response (connection refused, timeout, closed). reason is the underlying Mint/Finch reason atom — value-free.

Summary

Types

t()

@type t() :: %Arcadic.TransportError{__exception__: true, reason: atom()}