Class ErrorParameterType


class ErrorParameterType
A variable that contains specific information about the context of this error. For example, if you pass in an attribute set ID that does not match the specified category, the attribute set ID might be returned as an error parameter. Use error parameters to flag fields that users need to correct. Also use error parameters to distinguish between errors when multiple errors are returned.

Defined in com/ebay/shoppingservice/ErrorParameterType.js

Property Summary
String paramID
The index of the parameter in the error.
String value
The value of the variable.

Constructor Summary
ErrorParameterType(Object props)

Property Details

property String paramID

The index of the parameter in the error.


property String value

The value of the variable.


Constructor Details

constructor ErrorParameterType

ErrorParameterType(Object props)

Parameters:
props