NAME

eBay::API::XML::DataType::ErrorParameterType

DESCRIPTION

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.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::ErrorParameterType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setValue()

The value of the variable (e.g., the attribute set ID)

# Argument: 'xs:string'

getValue()

Calls:   Returned: Conditionally
AllCalls: 

# Returns: 'xs:string'

setParamID()

The index of the parameter in the list of parameter types returned within the error type.

# Argument: 'xs:string'

getParamID()

Calls:   Returned: Conditionally
AllCalls: 

# Returns: 'xs:string'