BugsnagError class

A BugsnagError represents information extracted from an error.

Constructors

BugsnagError(String errorClass, String? message, BugsnagStacktrace stacktrace)
BugsnagError.fromJson(Map<String, dynamic> json)

Properties

errorClass String
The class name of the object thrown.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
The message string extracted from the thrown error.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace BugsnagStacktrace
A representation of the stacktrace
getter/setter pair
type BugsnagErrorType
The type of error based on the originating platform (intended for internal use only)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited