Interface LinkError


  • public interface LinkError
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Symbol DETACH_FORCED
      An operator intervened to detach for some reason.
      static Symbol MESSAGE_SIZE_EXCEEDED
      The peer sent a larger message than is supported on the link.
      static Symbol REDIRECT
      The address provided cannot be resolved to a terminus at the current container.
      static Symbol STOLEN
      The link has been attached elsewhere, causing the existing attachment to be forcibly closed.
      static Symbol TRANSFER_LIMIT_EXCEEDED
      The peer sent more message transfers than currently allowed on the link.
    • Field Detail

      • DETACH_FORCED

        static final Symbol DETACH_FORCED
        An operator intervened to detach for some reason.
      • TRANSFER_LIMIT_EXCEEDED

        static final Symbol TRANSFER_LIMIT_EXCEEDED
        The peer sent more message transfers than currently allowed on the link.
      • MESSAGE_SIZE_EXCEEDED

        static final Symbol MESSAGE_SIZE_EXCEEDED
        The peer sent a larger message than is supported on the link.
      • REDIRECT

        static final Symbol REDIRECT
        The address provided cannot be resolved to a terminus at the current container. The info map MAY contain the following information to allow the client to locate the attach to the terminus.
        • hostname:
          • the hostname of the container hosting the terminus. This is the value that SHOULD be supplied in the hostname field of the open frame, and during SASL and TLS negotiation (if used).
        • network-host:
          • the DNS hostname or IP address of the machine hosting the container.
        • port:
          • the port number on the machine hosting the container.
        • address:
          • the address of the terminus at the container.
      • STOLEN

        static final Symbol STOLEN
        The link has been attached elsewhere, causing the existing attachment to be forcibly closed.