Static Properties
- DISCONNECTED → DSError
-
final
- FAILED → DSError
-
final
- INVALID_METHOD → DSError
-
final
- INVALID_PARAMETER → DSError
-
final
- INVALID_PATH → DSError
-
final
- INVALID_PATHS → DSError
-
final
- INVALID_VALUE → DSError
-
final
- NOT_IMPLEMENTED → DSError
-
final
- PERMISSION_DENIED → DSError
-
final
Constructors
- DSError(String type, { String msg, String detail, String path, String phase: ErrorPhase.response })
- DSError.fromMap(Map m)
Properties
- detail → String
-
read / write
- msg → String
-
read / write
- path → String
-
read / write
- phase → String
-
read / write
- type → String
-
type of error
read / write - hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
getMessage(
) → String -
serialize(
) → Map -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited