Class: PayPal::SDK::Invoice::DataTypes::ErrorData

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/invoice/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



52
53
54
55
56
57
58
59
60
61
# File 'lib/paypal-sdk/invoice/data_types.rb', line 52

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