Trading_FaultDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_FaultDetailsType.h Trading_FaultDetailsType.m |
Overview
SOAP faults are used to indicate that an infrastructure error has occurred,
such as a problem on eBay’s side with database or server going down, or a
problem with the client or server-side SOAP framework.
@ingroup EBayAPIInterface
Tasks
-
errorCodeError code can be used by a receiving application to debug a SOAP response
property
message that contains one or more SOAP fault details.
Each error code is uniquely defined for each fault scenario.
See the eBay documentation for more information.
Your application can use error codes as identifiers
in your customized error-handling algorithms. -
severityIndicates whether the error is a severe error (causing the request to fail)
property
or an informational error (a warning). -
detailedMessageDescription of the condition that caused the SOAP fault.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FaultDetailsType.hdetailedMessage
Description of the condition that caused the SOAP fault.
@property (nonatomic, retain) NSString *detailedMessageDiscussion
Description of the condition that caused the SOAP fault.
type : NSString, wrapper for primitive string
Declared In
Trading_FaultDetailsType.herrorCode
Error code can be used by a receiving application to debug a SOAP response
message that contains one or more SOAP fault details.
Each error code is uniquely defined for each fault scenario.
See the eBay documentation for more information.
Your application can use error codes as identifiers
in your customized error-handling algorithms.
@property (nonatomic, retain) NSString *errorCodeDiscussion
Error code can be used by a receiving application to debug a SOAP response
message that contains one or more SOAP fault details.
Each error code is uniquely defined for each fault scenario.
See the eBay documentation for more information.
Your application can use error codes as identifiers
in your customized error-handling algorithms.
type : NSString, wrapper for primitive string
Declared In
Trading_FaultDetailsType.hseverity
Indicates whether the error is a severe error (causing the request to fail)
or an informational error (a warning).
@property (nonatomic, retain) NSString *severityDiscussion
Indicates whether the error is a severe error (causing the request to fail)
or an informational error (a warning).
type : NSString, wrapper for primitive string
Declared In
Trading_FaultDetailsType.h