BugsnagError
Objective-C
@interface BugsnagError : NSObjectSwift
class BugsnagError : NSObjectAn Error represents information extracted from an NSError, NSException, or other error source.
- 
                  
                  The class of the error generating the report DeclarationObjective-C @property (nonatomic, copy, nullable) NSString *errorClass;Swift var errorClass: String? { get set }
- 
                  
                  The message of or reason for the error generating the report DeclarationObjective-C @property (nonatomic, copy, nullable) NSString *errorMessage;Swift var errorMessage: String? { get set }
- 
                  
                  Sets a representation of this error’s stacktrace DeclarationObjective-C @property (nonatomic, copy, nonnull) NSArray<BugsnagStackframe *> *stacktrace;Swift var stacktrace: [BugsnagStackframe] { get set }
- 
                  
                  The type of the captured error DeclarationObjective-C @property (nonatomic) BSGErrorType type;Swift var type: BSGErrorType { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash BugsnagError Class Reference
        BugsnagError Class Reference