class PayPal::SDK::AdaptivePayments::DataTypes::ErrorData
This type contains the detailed error information resulting from the service operation.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 87 def self.load_members object_of :errorId, Integer object_of :domain, String object_of :subdomain, String object_of :severity, ErrorSeverity object_of :category, ErrorCategory object_of :message, String object_of :exceptionId, String array_of :parameter, ErrorParameter end