APIError

Superclass:
NSObject
Version:
1.0
Declared In:

Introduction

This interface encpasulates the failure error result from an AIMobileLib API call.



Properties

api

The API which is throwing the error. It takes values from API.

error

The error object retuned from the API on failure.


api


The API which is throwing the error. It takes values from API.

@property API api; 

error


The error object retuned from the API on failure.

@property(retain) AIError* error; 
Discussion

See AIError for more details