LodestonerEx v1.0.0 LodestonerEx.Client.ClientError exception
Indicates an error retrieving content from Lodestone.
This error is raised when the client has issues retrieving or processing a response. Often, if the error is HTTP related, an HTTPoison.Error or HTTPoison.Response will be included.
Summary
Functions
Callback implementation for Exception.exception/1
Callback implementation for Exception.message/1
Types
t()
t :: %LodestonerEx.Client.ClientError{__exception__: term, error: HTTPoison.Error.t, message: String.t, response: HTTPoison.Response.t}
Functions
Callback implementation for Exception.exception/1
.
Callback implementation for Exception.message/1
.