Mobile API Reference  MicroStrategy 2019
ErrorDetails Class Reference

#import <ErrorDetails.h>

Inheritance diagram for ErrorDetails:

Instance Methods

(id) - init
 
(NSString *) - log
 

Protected Attributes

MSIProjectInfoproject
 
NSString * src
 
NSInteger statusCode
 
NSInteger errorCode
 
NSString * errorMsg
 

Detailed Description

ErrorDetails contains all the error information when connecting to a project.

Method Documentation

◆ init()

- (id) init

Initialize

Returns
self

◆ log()

- (NSString*) log

Return string representation for log purpose

Returns
String contain all the variables

Member Data Documentation

◆ errorCode

- (NSInteger) errorCode
readwriteprotected

Use this property to get or set the error code from server response.

◆ errorMsg

- (NSString *) errorMsg
readwritenonatomiccopyprotected

Use this property to get or set the error message from HTTP response or server response.

◆ project

- (MSIProjectInfo *) project
readwritenonatomicstrongprotected

Use this property to get or set the project

◆ src

- (NSString *) src
readwritenonatomiccopyprotected

Use this property to get or set where this error comes from.

◆ statusCode

- (NSInteger) statusCode
readwriteprotected

Use this property to get or set the error status code from the HTTP response.