RejectType enum

Inheritance

Constructors

RejectType()
const

Values

none → const RejectType

The rejection reason is unknown (details should be available in Reject.reason).

wrongVersion → const RejectType

The client attempted to connect with an incompatible version.

invalidUsername → const RejectType

The user name supplied by the client was invalid.

wrongUserPassword → const RejectType

The client attempted to authenticate as a user with a password but it was wrong.

wrongServerPassword → const RejectType

The client attempted to connect to a passworded server but the password was wrong.

usernameInUse → const RejectType

Supplied username is already in use.

serverFull → const RejectType

Server is currently full and cannot accept more users.

noCertificate → const RejectType

The user did not provide a certificate but one is required.

authenticatorFail → const RejectType
usernameCertMissmatch → const RejectType

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