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

  •   errorCode

    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
  •   severity

    Indicates whether the error is a severe error (causing the request to fail)
    or an informational error (a warning).

    property
  •   detailedMessage

    Description of the condition that caused the SOAP fault.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_FaultDetailsType.h

detailedMessage

Description of the condition that caused the SOAP fault.

@property (nonatomic, retain) NSString *detailedMessage

Discussion

Description of the condition that caused the SOAP fault.

type : NSString, wrapper for primitive string

Declared In

Trading_FaultDetailsType.h

errorCode

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 *errorCode

Discussion

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.h

severity

Indicates whether the error is a severe error (causing the request to fail)
or an informational error (a warning).

@property (nonatomic, retain) NSString *severity

Discussion

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