Exception: SimpleFCM::ThirdPartyAuthenticationError

Inherits:
APIError
  • Object
show all
Defined in:
lib/simple_fcm/error.rb

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

#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)


75
76
77
# File 'lib/simple_fcm/error.rb', line 75

def retriable?
  false
end