Class Runtime.CompileScriptResponse

  • Enclosing class:
    Runtime

    public static class Runtime.CompileScriptResponse
    extends java.lang.Object
    • Constructor Detail

      • CompileScriptResponse

        public CompileScriptResponse​(java.util.Optional<ScriptId> scriptId,
                                     java.util.Optional<ExceptionDetails> exceptionDetails)
    • Method Detail

      • getScriptId

        public java.util.Optional<ScriptId> getScriptId()
        Id of the script.
      • getExceptionDetails

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