TealeafException class

Tealeaf Log Exception.

Implemented types

Constructors

TealeafException(PlatformException pe, {String? msg})
TealeafException.create({required int code, required String? msg, String? nativeMsg, String? nativeStacktrace, String? nativeDetails})

Properties

code String?
getter/setter pair
getMsg String?
no setter
getNativeDetails String?
no setter
getNativeMsg String?
no setter
getNativeStacktrace String?
no setter
hashCode int
The hash code for this object.
no setterinherited
msg String?
getter/setter pair
nativeDetails String?
getter/setter pair
nativeMsg String?
getter/setter pair
nativeStacktrace String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

codeBase int
getter/setter pair
logErrorMsg String
getter/setter pair