Exception: Itunes::Receipt::ReceiptAuthenticationError

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



32
33
34
# File 'lib/itunes/receipt/error.rb', line 32

def message
   'The receipt could not be authenticated (21003)'
end