Interface SessionError


public interface SessionError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Symbol
    Input was received for a link that was detached with an error.
    static final Symbol
    An attach was received using a handle that is already in use for an attached link.
    static final Symbol
    A frame (other than attach) was received referencing a handle which is not currently in use of an attached link.
    static final Symbol
    The peer violated incoming window for the session.
  • Field Details

    • WINDOW_VIOLATION

      static final Symbol WINDOW_VIOLATION
      The peer violated incoming window for the session.
    • HANDLE_IN_USE

      static final Symbol HANDLE_IN_USE
      An attach was received using a handle that is already in use for an attached link.
    • UNATTACHED_HANDLE

      static final Symbol UNATTACHED_HANDLE
      A frame (other than attach) was received referencing a handle which is not currently in use of an attached link.