SessionInvalidException class

Thrown when the currently used session is invalid and a new client should be constructed.

Implemented types

Constructors

SessionInvalidException(int _errorCode)
Constructs a new Exception indicating that the currently used session is invalid and a new client should be constructed.
const

Properties

errorCode int
Returns the HTTP error code received.
no setter
hashCode int
The hash code for this object.
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