Interface EmbeddedSass.InboundMessage.ImportResponseOrBuilder

    • Method Detail

      • getId

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

        boolean hasSuccess()
         The contents of the loaded stylesheet.
         
        .sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
        Returns:
        Whether the success field is set.
      • hasError

        boolean hasError()
         An error message explaining why the URL could not be loaded.
         
        string error = 3;
        Returns:
        Whether the error field is set.
      • getError

        String getError()
         An error message explaining why the URL could not be loaded.
         
        string error = 3;
        Returns:
        The error.
      • getErrorBytes

        ByteString getErrorBytes()
         An error message explaining why the URL could not be loaded.
         
        string error = 3;
        Returns:
        The bytes for error.