eBay Business Policies Management APIVersion 1.0.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.

Type that uses AckValue:

Calls that use one or more values of AckValue:

Enumeration Values

Value Description
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.
PartialFailure eBay successfully processed the request, but one or more non-fatal errors occurred during the processing. Inspect the message details and resolve any problems before resubmitting the request.
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.
Warning The request that triggered the error was processed successfully but with one or more warnings.
  * See the Enumeration Index to see exact use of each enumeration value in the API.