RpcClientExceptionKind enum

Possible error kinds of a RpcClientException.

Inheritance

Constructors

RpcClientExceptionKind()
const

Values

connectionLost → const RpcClientExceptionKind

Connection with a server was lost.

This usually means that some transport error occurred, so a client can continue performing reconnecting attempts.

authorizationFailed → const RpcClientExceptionKind

Could not authorize an RPC session.

This usually means that authentication data a client provides is obsolete.

sessionFinished → const RpcClientExceptionKind

RPC session has been finished. This is a terminal state.

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