Exception: SimpleFCM::ServiceUnavailableError
- Defined in:
- lib/simple_fcm/error.rb
Overview
ServiceUnavailableError is raised when Firebase’s push notification services are overloaded in some way.
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
Methods inherited from APIError
Constructor Details
This class inherits a constructor from SimpleFCM::APIError
Instance Method Details
#retriable? ⇒ Boolean
126 127 128 |
# File 'lib/simple_fcm/error.rb', line 126 def retriable? true end |