DenyType enum

Inheritance

Constructors

DenyType()
const

Values

text → const DenyType

Operation denied for other reason, see reason field.

permission → const DenyType

Permissions were denied.

superUser → const DenyType

Cannot modify SuperUser.

channelName → const DenyType

Invalid channel name.

textTooLong → const DenyType

Text message too long.

h9K → const DenyType

The flux capacitor was spelled wrong.

temporaryChannel → const DenyType

Operation not permitted in temporary channel.

missingCertificate → const DenyType

Operation requires certificate.

userName → const DenyType

Invalid username.

channelFull → const DenyType

Channel is full.

nestingLimit → const DenyType

Channels are nested too deeply.

channelCountLimit → const DenyType

Maximum channel count reached.

channelListenerLimit → const DenyType

Amount of listener objects for this channel has been reached

userListenerLimit → const DenyType

Amount of listener proxies for the user has been reached

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