9 #import <Foundation/Foundation.h> 13 #define REPORT_NOT_FOUND -1 14 #define ERROR_NOT_CACHED -2 15 #define ERROR_CODE_INBOX_FAILURE 22 // TBD: fix to correct error code 17 #define ERROR_DETAILS_KEY @"errorDetails" 33 @property (nonatomic, copy) NSString* src;
38 @property NSInteger statusCode;
43 @property NSInteger errorCode;
48 @property (nonatomic, copy) NSString* errorMsg;
MSIProjectInfo * project
Definition: ErrorDetails.h:23
Definition: ErrorDetails.h:22
NSString * src
Definition: ErrorDetails.h:24
NSString * errorMsg
Definition: ErrorDetails.h:27
NSInteger errorCode
Definition: ErrorDetails.h:26
Definition: MSIProjectInfo.h:17
NSInteger statusCode
Definition: ErrorDetails.h:25