WorkspaceException class
- Inheritance
-
- Implemented types
-
Properties
-
errors
→ List<String>
-
The error messages for this failure, if any, in a user-friendly format.
finalinherited
-
exitCode
→ int
-
The exit code to use.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hint
→ String?
-
The user hint relevant for this failure, if any.
finalinherited
-
nestedException
→ Exception?
-
The exception that caused this failure, if any.
finalinherited
-
nestedStackTrace
→ StackTrace?
-
The stack trace of the exception that caused this failure, if any.
finalinherited
-
reason
→ String?
-
The technical reason for this failure, if known.
Might be technical rather than user-friendly.
finalinherited
-
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