Assent.RequestError exception (Assent v0.1.27) View Source

Link to this section Summary

Link to this section Functions

Specs

invalid(Assent.HTTPAdapter.HTTPResponse.t()) :: %Assent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}

Specs

unexpected(Assent.HTTPAdapter.HTTPResponse.t()) :: %Assent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}
Link to this function

unreachable(adapter, url, error)

View Source

Specs

unreachable(atom(), binary(), term()) :: %Assent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}