View Source Assent.ServerUnreachableError exception (Assent v0.3.0)

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Assent.ServerUnreachableError{
  __exception__: true,
  http_adapter: module(),
  reason: term(),
  request_url: binary()
}

Functions

message(exception)

Callback implementation for Exception.message/1.