ExceptionType enum
ExceptionType.app 为业务层的异常,通过 zone 捕获到的 ExceptionType.errorWidget 为 framework 层渲染错误导致的白屏异常 ExceptionType.framework 为 framework 除了白屏异常的其他 framework 异常
Values
- app → const ExceptionType
- errorWidget → const ExceptionType
- framework → const ExceptionType
- isolate → const ExceptionType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
ExceptionType> - A constant List of the values in this enum, in order of their declaration.