Error enum

Inheritance

Constructors

Error()
const

Values

API_ERROR → const Error
BAD_AUTHENTICATION → const Error
BAD_JSON → const Error
BAD_MSG → const Error
BAD_REPLY → const Error
BAD_SUBJECT → const Error
CLIENT_CERT_REQ → const Error
CONN_CLOSED → const Error
CONN_DRAINING → const Error
CONN_ERR → const Error
INVALID_ENCODING → const Error
NO_ECHO_NOT_SUPPORTED → const Error
NON_SECURE_CONN_REQ → const Error
REQ_TIMEOUT → const Error
SECURE_CONN_REQ → const Error
SUB_CLOSED → const Error
SUB_DRAINING → const Error
SUB_TIMEOUT → const Error
AUTHORIZATION_VIOLATION → const Error
NATS_PROTOCOL_ERR → const Error
PERMISSIONS_VIOLATION → const Error

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<Error>
A constant List of the values in this enum, in order of their declaration.