AckValue ( string )

Indicates whether the error is a fatal error (causing the request to fail) or a less severe error (a warning) that should be communicated to the user.

Types that use AckValue:

Enumeration Values

Value Description Which calls use this value *
Failure eBay encountered a fatal error during the processing of the request, causing the request to fail. When a serious application-level error occurs, the error is returned instead of the business data. findBestMatchItemDetailsAcrossStores, findBestMatchItemDetailsAdvanced, findBestMatchItemDetailsByCategory, findBestMatchItemDetailsByKeywords, findBestMatchItemDetailsByProduct, findBestMatchItemDetailsBySeller, getBestMatchItemDetails, getVersion
PartialFailure eBay successfully processed the request, but one or more non-fatal errors occurred during the processing. For best results, requests should return without warning messages. Inspect the message details and resolve any problems before resubmitting the request. findBestMatchItemDetailsAcrossStores, findBestMatchItemDetailsAdvanced, findBestMatchItemDetailsByCategory, findBestMatchItemDetailsByKeywords, findBestMatchItemDetailsByProduct, findBestMatchItemDetailsBySeller, getBestMatchItemDetails, getVersion
Success eBay successfully processed the request and the business data is returned in the response. Note that it is possible for a response to return Success, but still not contain the expected data in the result. findBestMatchItemDetailsAcrossStores, findBestMatchItemDetailsAdvanced, findBestMatchItemDetailsByCategory, findBestMatchItemDetailsByKeywords, findBestMatchItemDetailsByProduct, findBestMatchItemDetailsBySeller, getBestMatchItemDetails, getVersion
Warning The request was successfully processed, but eBay encountered a non-fatal error during the processing. For best results, requests should return without warnings. Inspect the warning details and resolve the problem before resubmitting the request. findBestMatchItemDetailsAcrossStores, findBestMatchItemDetailsAdvanced, findBestMatchItemDetailsByCategory, findBestMatchItemDetailsByKeywords, findBestMatchItemDetailsByProduct, findBestMatchItemDetailsBySeller, getBestMatchItemDetails, getVersion
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2009–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.