CLIRuntimeError | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Class CLIRuntimeError

    An error that will be printed to stderr (without a stackrace dump) and return an error code if handled by runCli

    Hierarchy

    • CLIError
      • CLIRuntimeError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • options: { command?: string; exitCode?: number; showHelp?: boolean } = {}

      Returns CLIRuntimeError

    Properties

    command?: string
    options: { command?: string; exitCode?: number; showHelp?: boolean } = {}