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

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Assent.UnexpectedResponseError{
  __exception__: true,
  response: Assent.HTTPAdapter.HTTPResponse.t()
}

Functions

message(exception)

Callback implementation for Exception.message/1.