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

Link to this section Summary

Link to this section Functions

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

unreachable(adapter, url, error)

View Source
@spec unreachable(atom(), binary(), term()) :: %Assent.RequestError{
  __exception__: true,
  error: term(),
  message: term()
}