ExceptionCode enum

Inheritance

Constructors

ExceptionCode()
const

Values

RuntimeException → const ExceptionCode
HostNotReachable → const ExceptionCode
AccessDenied → const ExceptionCode
UserOrTokenNotFound → const ExceptionCode
ChallengeFailed → const ExceptionCode
ResourceNotFound → const ExceptionCode
AttachDenied → const ExceptionCode
InvalidMethod → const ExceptionCode
InvokeDenied → const ExceptionCode
CreateDenied → const ExceptionCode
AddParentDenied → const ExceptionCode
AddChildDenied → const ExceptionCode
ViewAttributeDenied → const ExceptionCode
UpdateAttributeDenied → const ExceptionCode
StoreNotFound → const ExceptionCode
ParentNotFound → const ExceptionCode
ChildNotFound → const ExceptionCode
ResourceIsNotStore → const ExceptionCode
DeleteDenied → const ExceptionCode
DeleteFailed → const ExceptionCode
UpdateAttributeFailed → const ExceptionCode
GetAttributesFailed → const ExceptionCode
ClearAttributesFailed → const ExceptionCode
TemplateNotFound → const ExceptionCode
RenameDenied → const ExceptionCode
ClassNotFound → const ExceptionCode
MethodNotFound → const ExceptionCode
PropertyNotFound → const ExceptionCode
SetPropertyDenied → const ExceptionCode
ReadOnlyProperty → const ExceptionCode
GeneralFailure → const ExceptionCode
AddToStoreFailed → const ExceptionCode
NotAttached → const ExceptionCode
AlreadyListened → const ExceptionCode
AlreadyUnlistened → const ExceptionCode
NotListenable → const ExceptionCode
ParseError → const ExceptionCode
Timeout → const ExceptionCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ExceptionCode>
A constant List of the values in this enum, in order of their declaration.