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