Class Debugger.ExecuteWasmEvaluatorResponse

  • Enclosing class:
    Debugger

    public static class Debugger.ExecuteWasmEvaluatorResponse
    extends java.lang.Object
    • Constructor Detail

      • ExecuteWasmEvaluatorResponse

        public ExecuteWasmEvaluatorResponse​(RemoteObject result,
                                            java.util.Optional<ExceptionDetails> exceptionDetails)
    • Method Detail

      • getResult

        public RemoteObject getResult()
        Object wrapper for the evaluation result.
      • getExceptionDetails

        public java.util.Optional<ExceptionDetails> getExceptionDetails()
        Exception details.