APIError
IntroductionThis interface encpasulates the failure error result from an AIMobileLib API call. Properties
apiThe API which is throwing the error. It takes values from API. @property API api; errorThe error object retuned from the API on failure. @property(retain) AIError* error; DiscussionSee AIError for more details |