Exception: SimpleFCM::ThirdPartyAuthenticationError
Overview
ThirdPartyAuthenticationError is raised when sending a message targeted at an iOS device or sending a web push registration and the third party credentials are incorrect.
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
75 76 77 |
# File 'lib/simple_fcm/error.rb', line 75 def retriable? false end |