Interface EmbeddedSass.InboundMessage.FunctionCallResponseOrBuilder

    • Method Detail

      • getId

        int getId()
        uint32 id = 1;
        Returns:
        The id.
      • hasSuccess

        boolean hasSuccess()
         The return value of a successful function call.
         
        .sass.embedded_protocol.Value success = 2;
        Returns:
        Whether the success field is set.
      • getSuccess

        EmbeddedSass.Value getSuccess()
         The return value of a successful function call.
         
        .sass.embedded_protocol.Value success = 2;
        Returns:
        The success.
      • getSuccessOrBuilder

        EmbeddedSass.ValueOrBuilder getSuccessOrBuilder()
         The return value of a successful function call.
         
        .sass.embedded_protocol.Value success = 2;
      • hasError

        boolean hasError()
         An error message explaining why the function call failed.
         
        string error = 3;
        Returns:
        Whether the error field is set.
      • getError

        String getError()
         An error message explaining why the function call failed.
         
        string error = 3;
        Returns:
        The error.
      • getErrorBytes

        ByteString getErrorBytes()
         An error message explaining why the function call failed.
         
        string error = 3;
        Returns:
        The bytes for error.