ExClubhouse v0.5.1 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 Sourcet() :: %ExClubhouse.Client.Result{ error: HTTPoison.Error.t() | nil, message: term(), operation: ExClubhouse.Operation.t(), response: HTTPoison.Response.t() | nil, success: boolean() }