Class: PayPal::SDK::AdaptiveAccounts::DataTypes::ErrorData

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_accounts/data_types.rb

Overview

This type contains the detailed error information resulting from the service operation.

Class Method Summary collapse

Class Method Details

.load_membersObject



38
39
40
41
42
43
44
45
46
47
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 38

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