WorkOS.TransportError exception (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

A network-level failure (DNS, timeout, connection refused).

Summary

Types

t()

@type t() :: %WorkOS.TransportError{
  __exception__: true,
  message: String.t(),
  reason: term()
}