pushex v0.2.3 Pushex.GCM.HTTPError exception View Source

Pushex.GCM.HTTPError represents a failed request to GCM API.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Link to this type

t()

View Source
t() :: %Pushex.GCM.HTTPError{
  __exception__: term(),
  reason: String.t(),
  status_code: non_neg_integer()
}

Link to this section Functions

Callback implementation for Exception.message/1.