Interface EmbeddedSass.ProtocolErrorOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.ProtocolError, EmbeddedSass.ProtocolError.Builder
Enclosing class:
EmbeddedSass

public static interface EmbeddedSass.ProtocolErrorOrBuilder extends MessageOrBuilder
  • Method Details

    • getTypeValue

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

      .sass.embedded_protocol.ProtocolErrorType type = 1;
      Returns:
      The type.
    • getId

      int getId()
       The ID of the request that had an error. This MUST be `4294967295` 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.