Interface SessionError


  • public interface SessionError
    • Field Summary

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

      • WINDOW_VIOLATION

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

        static final Symbol ERRANT_LINK
        Input was received for a link that was detached with an error.
      • 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.