ErrorKind class abstract
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- kInternalError → const String
- The isolate has encountered an internal error. These errors should be reported as bugs.
- kLanguageError → const String
- The isolate has encountered a Dart language error in the program.
- kTerminationError → const String
- The isolate has been terminated by an external source.
- kUnhandledException → const String
- The isolate has encountered an unhandled Dart exception.