eBay Shopping APIVersion 1293
 

SeverityCodeType ( token )

Enumerated type that is used to show the severity of the API call issue, either an error, or a warning.

Type that uses SeverityCodeType:

Calls that use one or more values of SeverityCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Error 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 was processed successfully, but something occurred that may affect your application or the user. For example, eBay may have changed a value the user sent in. In this case, eBay returns a normal, successful response and also returns the warning.
  * See the Enumeration Index to see exact use of each enumeration value in the API.