eBay Shopping Web Service

Complex Type: ns:ErrorType

Description

These are request errors (as opposed to system errors) that occur due to problems with business-level data (e.g., an invalid combination of arguments) that the application passed in.

Content Model

Contains elements as defined in the following table.

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