Exception: SimpleFCM::InvalidArgumentError

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

Overview

InvalidArgumentError is raised when an invalid parameter or request payload was sent to Firebase Cloud Messaging.

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)


64
65
66
# File 'lib/simple_fcm/error.rb', line 64

def retriable?
  false
end