APIError Class Reference

Inherits from NSObject
Declared in AIAuthenticationDelegate.h

Overview

This class encapsulates the failure result from an AIMobileLib API call.

– initErrorForAPI:andError:

- (id)initErrorForAPI:(API)anAPI andError:(id)theErrorObject

  error

The error object returned from the API on failure.

@property (strong) AIError *error

Availability

1.0

Discussion

The error object returned from the API on failure.

See Also

Declared In

AIAuthenticationDelegate.h

  api

The API which is returning the error.

@property API api

Availability

1.0

Discussion

The API which is returning the error.

Declared In

AIAuthenticationDelegate.h