PowAssent v0.1.0 PowAssent.RequestError exception View Source

Link to this section Summary

Link to this section Functions

Link to this function invalid(response) View Source
invalid(PowAssent.HTTPAdapter.HTTPResponse.t()) :: %PowAssent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}
Link to this function unexpected(response) View Source
unexpected(PowAssent.HTTPAdapter.HTTPResponse.t()) :: %PowAssent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}
Link to this function unreachable(adapter, url, error) View Source
unreachable(atom(), binary(), term()) :: %PowAssent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}