Exception: HtmlToMarkdown::CLIProxy::CLIExecutionError

Inherits:
Error
  • Object
show all
Defined in:
sig/html_to_markdown/cli_proxy.rbs

Overview

Error when CLI execution fails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCLIExecutionError

Returns a new instance of CLIExecutionError.

Parameters:

  • message (String)
  • stderr: (String)
  • status: (Integer, nil)


16
# File 'sig/html_to_markdown/cli_proxy.rbs', line 16

def initialize: (String message, stderr: String, status: Integer?) -> void

Instance Attribute Details

#statusInteger? (readonly)

Returns the value of attribute status.

Returns:

  • (Integer, nil)


14
15
16
# File 'sig/html_to_markdown/cli_proxy.rbs', line 14

def status
  @status
end

#stderrString (readonly)

Returns the value of attribute stderr.

Returns:

  • (String)


13
14
15
# File 'sig/html_to_markdown/cli_proxy.rbs', line 13

def stderr
  @stderr
end