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.

Derived By

Restricting xs:anyType

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