Enum EmbeddedSass.ProtocolErrorType

    • Field Detail

      • PARSE_VALUE

        public static final int PARSE_VALUE
         A message was received that couldn't be decoded as an `InboundMessage` (for
         the compiler) or `OutboundMessage` (for the host).
         
        PARSE = 0;
        See Also:
        Constant Field Values
      • PARAMS_VALUE

        public static final int PARAMS_VALUE
         A message was received that violated a documented restriction, such as not
         providing a mandatory field.
         
        PARAMS = 1;
        See Also:
        Constant Field Values
      • INTERNAL_VALUE

        public static final int INTERNAL_VALUE
         Something unexpected went wrong within the endpoint.
         
        INTERNAL = 2;
        See Also:
        Constant Field Values