Method: P8push::Notification#error

Defined in:
lib/p8push/notification.rb

#errorObject



94
95
96
# File 'lib/p8push/notification.rb', line 94

def error
  APNSError.new(@apns_error_code) if @apns_error_code && @apns_error_code.nonzero?
end