Class SeverityCodeType


class SeverityCodeType
SeverityCodeType - Type declaration to be used by other schema. This code identifies the severity of an API error. A code indicates whether there is an API- level error or warning that needs to be communicated to the client.

Defined in com/ebay/shoppingservice/SeverityCodeType.js

Property Summary
(out) Reserved for internal or future use
(out) The request that triggered the error was not processed successfully.
(out) The request was processed successfully, but something occurred that may affect your application or the user.
String value

Constructor Summary
SeverityCodeType(Object object)

Property Details

property static CustomCode

(out) Reserved for internal or future use


property static Error

(out) 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.


property static Warning

(out) 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.


property String value


Constructor Details

constructor SeverityCodeType

SeverityCodeType(Object object)

Parameters:
object