Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:ErrorHandlingCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Legacy"
 - 
Apply validation rules that were in effect prior to the time the call started supporting ErrorHandling.
"BestEffort"
 - 
Drop the invalid data, continue processing the request with the valid data. If dropping the invalid data leaves the request in a state where required data is missing, reject the request.

If BestEffort is specified for CompleteSale, the Ack field in the response could return PartialFailure if one change fails but another succeeds. For example, if the seller attempts to leave feedback twice for the same order line item, the feedback changes would fail but any paid or shipped status changes would succeed.
"AllOrNothing"
 - 
If any of the item specifics data is invalid, drop all the data and proceed with listing the item. If the category has required item specifics and the data was dropped, reject the listing.
"FailOnError"
 - 
If any data is invalid, reject the request.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Preferences that specify how eBay should handle certain requests that contain invalid data or that could partially fail. These preferences give you some control over whether eBay returns warnings or errors in response to invalid data and how eBay handles listing requests when such data is passed in. For example, these preferences are applicable to AddItem and related calls when Item Specifics are specified, and to CompleteSale. See Error Handling for details about these preferences and their effects.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ErrorHandlingCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ErrorHandlingCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Legacy"/>
<xs:enumeration value="BestEffort"/>
<xs:enumeration value="AllOrNothing"/>
<xs:enumeration value="FailOnError"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.