ExClubhouse v0.6.0 ExClubhouse.Client.Result View Source

Struct holding client operation and response

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Client.Result{
  error: HTTPoison.Error.t() | nil,
  message: term(),
  operation: ExClubhouse.Operation.t(),
  response: HTTPoison.Response.t() | nil,
  success: boolean()
}