Exception: Itunes::Receipt::InvalidSharedSecretError

Inherits:
Error
  • Object
show all
Defined in:
lib/itunes/receipt/error.rb

Instance Attribute Summary

Attributes inherited from Error

#status

Instance Method Summary collapse

Methods inherited from Error

#initialize, new

Constructor Details

This class inherits a constructor from Itunes::Receipt::Error

Instance Method Details

#messageObject



38
39
40
# File 'lib/itunes/receipt/error.rb', line 38

def message
   'The shared secret you provided does not match the shared secret on file for your account (21004)'
end