Types that use ErrorHandlingCodeType:
AddItemRequestType, AddLiveAuctionItemRequestType, CompleteSaleRequestType, RelistItemRequestType, ReviseItemRequestType, ReviseLiveAuctionItemRequestType, VerifyAddItemRequestType
| Value | Description | Which calls use this value * |
| AllOrNothing | (in) If any attribute data is invalid, drop the entire attribute set and proceed with listing the item. If the category has required attributes and the attribute set is dropped, reject the listing. | AddItem, AddLiveAuctionItem, RelistItem, ReviseItem, ReviseLiveAuctionItem, VerifyAddItem |
| BestEffort | (in) 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 transaction, the feedback changes would fail but any paid or shipped status changes would succeed. |
AddItem, AddLiveAuctionItem, CompleteSale, RelistItem, ReviseItem, ReviseLiveAuctionItem, VerifyAddItem |
| FailOnError | (in) If any data is invalid, reject the request. | AddItem, AddLiveAuctionItem, CompleteSale, RelistItem, ReviseItem, ReviseLiveAuctionItem, VerifyAddItem |
| Legacy | (in) Apply validation rules that were in effect prior to the time the call started supporting ErrorHandling. | AddItem, AddLiveAuctionItem, RelistItem, ReviseItem, ReviseLiveAuctionItem, VerifyAddItem |
This document was generated with a customized version of the apireferencedocs tool [0.5M zip].
© 2005–2008 eBay, Inc. All rights reserved.