AckValue ( string )

Indicates if the request was successful. If it was not successful, indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning) that should be communicated to the user.

Types that use AckValue:

Enumeration Values

Value Description Which calls use this value *
Failure The request was not processed successfully. When a serious application-level error occurs, the error is returned instead of the business data. acceptAdjustment, getVersion, issueRefund, rejectAdjustment
PartialFailure The request was processed successfully, but something occurred that might affect your application or the user. See errorMessage.error to determine which portions of the request failed. acceptAdjustment, getVersion, issueRefund, rejectAdjustment
Success The request was processed successfully. acceptAdjustment, getVersion, issueRefund, rejectAdjustment
Warning The request was processed successfully but with some warnings. See errorMessage.error to determine the nature of the warning. acceptAdjustment, getVersion, issueRefund, rejectAdjustment
  * See the Enumeration Index to see exact use of each enumeration value in the API.

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