KeystoneException class

A class to handle and translate the Keystone engine errors

Implemented types

Constructors

KeystoneException(int _code)
KeystoneException constructor

Properties

code int
The error code
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
The translated message from the error code
no setter
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
The string representation of a KeystoneException
override

Operators

operator ==(Object other) bool
The equality operator.
inherited