Interface EmbeddedSass.ProtocolErrorOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
        .sass.embedded_protocol.ProtocolError.ErrorType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getId

        int getId()
         The ID of the request that had an error. This MUST be `-1` if the request
         ID couldn't be determined, or if the error is being reported for a response
         or an event.
         
        uint32 id = 2;
        Returns:
        The id.
      • getMessage

        String getMessage()
         A human-readable message providing more detail about the error.
         
        string message = 3;
        Returns:
        The message.
      • getMessageBytes

        ByteString getMessageBytes()
         A human-readable message providing more detail about the error.
         
        string message = 3;
        Returns:
        The bytes for message.