dslink
dslink.common
DSError
DSError
DSError
dslink
dslink.common
DSError
DSError
constructor
DSError
Source
dslink
dslink.common
DSError
Static properties
DISCONNECTED
FAILED
INVALID_METHOD
INVALID_PARAMETER
INVALID_PATH
INVALID_PATHS
INVALID_VALUE
NOT_IMPLEMENTED
PERMISSION_DENIED
Constructors
DSError
fromMap
Properties
detail
msg
path
phase
type
hashCode
runtimeType
Operators
operator ==
Methods
getMessage
serialize
noSuchMethod
toString
DSError
(
String
type
, {
String
msg
,
String
detail
,
String
path
,
String
phase
:
ErrorPhase.response
})
Source
DSError(this.type, {this.msg, this.detail, this.path, this.phase: ErrorPhase.response});