Create MFPerformanceErrorObject for error logging.
This commit is contained in:
parent
a74aa6ef2d
commit
52883a534b
@ -40,5 +40,6 @@ typedef NS_ENUM(NSInteger, ErrorCode) {
|
||||
ErrorCodeSSL,//23
|
||||
ErrorCodeNoViewControllerToPresentOn,//24
|
||||
ErrorCodeNoErrorPageSent, //25
|
||||
ErrorCodeFontNotFound //26
|
||||
ErrorCodeFontNotFound, //26
|
||||
ErrorCodePoorPerformance //27
|
||||
};
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
@property (nullable, strong, nonatomic) NSString *requestId;
|
||||
@property (nullable, strong, nonatomic) NSString *requestUrl;
|
||||
@property (nonatomic, assign) NSInteger httpStatusCode;
|
||||
@property (nonatomic, strong) NSDictionary *serverResponseInfo;
|
||||
@property (nullable, strong, nonatomic) NSDictionary *serverResponseInfo;
|
||||
|
||||
// For the crash log.
|
||||
@property (nullable, strong, nonatomic) NSDictionary *crashLog;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user