Class JsCommandResult

java.lang.Object
io.deephaven.web.client.api.console.JsCommandResult

@TsInterface @TsName(namespace="dh.ide", name="CommandResult") public class JsCommandResult extends Object
Indicates the result of code run on the server.
  • Constructor Details

  • Method Details

    • getChanges

      @JsProperty public JsVariableChanges getChanges()
      Describes changes made in the course of this command.
      Returns:
      JsVariableChanges.
    • getError

      @JsProperty public String getError()
      If the command failed, the error message will be provided here.
      Returns:
      String
    • toString

      public String toString()
      Overrides:
      toString in class Object