PowAssent v0.1.0-rc.2 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.HTTPResponse.t()) :: %PowAssent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}
Link to this function unexpected(response) View Source
unexpected(PowAssent.HTTPResponse.t()) :: %PowAssent.RequestError{
  __exception__: term(),
  error: term(),
  message: term()
}