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.
| Value |
Description |
Which calls use this value * |
| CustomCode |
Reserved for internal or future use |
FindHalfProducts,
FindItems,
FindItemsAdvanced,
FindPopularItems,
FindPopularSearches,
FindProducts,
FindReviewsAndGuides,
GetCategoryInfo,
GeteBayTime,
GetItemStatus,
GetMultipleItems,
GetShippingCosts,
GetSingleItem,
GetUserProfile
|
| 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. |
FindHalfProducts,
FindItems,
FindItemsAdvanced,
FindPopularItems,
FindPopularSearches,
FindProducts,
FindReviewsAndGuides,
GetCategoryInfo,
GeteBayTime,
GetItemStatus,
GetMultipleItems,
GetShippingCosts,
GetSingleItem,
GetUserProfile
|
| 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. |
FindHalfProducts,
FindItems,
FindItemsAdvanced,
FindPopularItems,
FindPopularSearches,
FindProducts,
FindReviewsAndGuides,
GetCategoryInfo,
GeteBayTime,
GetItemStatus,
GetMultipleItems,
GetShippingCosts,
GetSingleItem,
GetUserProfile
|
* See the © 2006–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.