eBay Shopping Web Service

Element: ns:Errors [type AbstractResponseType]

Description

A list of application-level errors or warnings (if any) that were raised when eBay processed the request.

Derived By

Type ns:ErrorType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ns:ShortMessage  xs:string  0..1  A brief description of the condition that raised the error.
ns:LongMessage  xs:string  0..1  A more detailed description of the condition that raised the error.
ns:ErrorCode  xs:token  0..1  A unique code that identifies the particular error condition that occurred.
ns:UserDisplayHint  xs:boolean  0..1  This field is not currently in use for eBay Shopping Web Services.
ns:SeverityCode  ns:SeverityCodeType  0..1  Indicates whether the error caused the request to fail.
ns:ErrorParameters  ns:ErrorParameterType  0..*  Some warning and error messages return one or more variables that contain contextual information about the error.
ns:ErrorClassification  ns:ErrorClassificationCodeType  0..1  API errors are divided between two classes: system errors and request errors.
any    0..*   

Referenced By

Remarks

Application-level errors occur due to problems with business-level data on the client side or on the eBay server side. For example, an error would occur if the request contains an invalid combination of fields, or it is missing a required field, or the value of the field is not recognized. An error could also occur if eBay encountered a problem in our internal business logic while processing the request.

Only returned if there were warnings or errors.