WorkException class

任务的异常类型

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
错误信息
final
origin → dynamic
原始错误信息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack StackTrace?
错误栈
final
type WorkErrorType
异常类型
final

Methods

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

Operators

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