eBay Post-Order APIVersion 2.7.7
 

ErrorCategory

An enumerated type that defines the possible categories to which an error can be attributed.

Type that uses ErrorCategory:

Call that uses one or more values of ErrorCategory:

Enumeration Values

Value Description
APPLICATION This enumeration value indicates that the corresponding error or warning was caused by faulty application logic.
REQUEST This enumeration value indicates that the corresponding error or warning was caused by an issue with the request payload.
SYSTEM This enumeration value indicates that the corresponding error was a system error.
  * See the Enumeration Index to see exact use of each enumeration value in the API.