Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_ErrorParameterType.h
Shopping_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 ShoppingInterface

Tasks

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_ErrorParameterType.h

paramID

(public property)

@property (nonatomic, retain) NSString *paramID

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Shopping_ErrorParameterType.h

value

The value of the variable.

@property (nonatomic, retain) NSString *value

Discussion

The value of the variable.

type : NSString, wrapper for primitive string

Declared In

Shopping_ErrorParameterType.h