eBay Product APIVersion 1.4.0
 

AckValue ( string )

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:

Calls that use one or more values of AckValue:

Enumeration Values

Value Description
Failure The request was processed successfully, but something occurred that may affect your application or the user.
PartialFailure The request that triggered the error was processed successfully but with some warnings.
Success The request that triggered the error was not processed successfully. When a serious application-level error occurs, the error is returned instead of the business data.
Warning The request that triggered the error was processed successfully but with some warnings.
  * See the Enumeration Index to see exact use of each enumeration value in the API.