ViewError class

Implemented types
Implementers

Constructors

ViewError({ViewErrorType errorType = ViewErrorType.none, String logMsg = '', String message = '', Exception? cause})

Properties

cause Exception?
getter/setter pair
code int
getter/setter pair
errorType ViewErrorType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logMsg String
打印给开发者的msg
getter/setter pair
message String
可自定义,给用户的信息
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCode String
服务器接口返回的code
getter/setter pair
stack ↔ dynamic
getter/setter pair

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