Interface SessionError
public interface SessionError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymbolInput was received for a link that was detached with an error.static final SymbolAn attach was received using a handle that is already in use for an attached link.static final SymbolA frame (other than attach) was received referencing a handle which is not currently in use of an attached link.static final SymbolThe peer violated incoming window for the session.
-
Field Details
-
WINDOW_VIOLATION
The peer violated incoming window for the session. -
ERRANT_LINK
Input was received for a link that was detached with an error. -
HANDLE_IN_USE
An attach was received using a handle that is already in use for an attached link. -
UNATTACHED_HANDLE
A frame (other than attach) was received referencing a handle which is not currently in use of an attached link.
-