Exception: Pay::BraintreeAuthorizationError

Inherits:
BraintreeError show all
Defined in:
lib/pay.rb

Instance Attribute Summary

Attributes inherited from BraintreeError

#result

Instance Method Summary collapse

Methods inherited from BraintreeError

#initialize

Constructor Details

This class inherits a constructor from Pay::BraintreeError

Instance Method Details

#messageObject



117
118
119
# File 'lib/pay.rb', line 117

def message
  "Either the data you submitted is malformed and does not match the API or the API key you used may not be authorized to perform this action."
end