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

exception(msg)
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

message(exception)
message(Exception.t) :: String.t

Callback implementation for Exception.message/1.