Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ErrorParameterType.h
Trading_ErrorParameterType.m

Overview

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.

@ingroup EBayAPIInterface

Tasks

  •   value

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

    property
  •   any

    (public property)

    property
  •   paramID

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_ErrorParameterType.h

paramID

(public property)

@property (nonatomic, retain) NSString *paramID

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_ErrorParameterType.h

value

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

@property (nonatomic, retain) NSString *value

Discussion

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

type : NSString, wrapper for primitive string

Declared In

Trading_ErrorParameterType.h