Exception: SimpleFCM::ServiceUnavailableError

Inherits:
APIError
  • Object
show all
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

#code, #details, #status

Instance Method Summary collapse

Methods inherited from APIError

exception, #initialize

Constructor Details

This class inherits a constructor from SimpleFCM::APIError

Instance Method Details

#retriable?Boolean

Returns:

  • (Boolean)


126
127
128
# File 'lib/simple_fcm/error.rb', line 126

def retriable?
  true
end