Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IssueSeverity

This enum represents the possible severity types of a plugin issue.

Index

Enumeration members

Enumeration members

CFG_ERROR

CFG_ERROR: = "CfgError"

Configuration errors. We cannot even properly define this plugin. The plugin cannot be used.

CMD_ERROR

CMD_ERROR: = "CmdError"

An error in a plugin's set of commands. The plugin's commands will not be loaded into the host CLI app. It's overrides may be used.

OVER_ERROR

OVER_ERROR: = "OverrideError"

An error in a plugin's override component. The plugin's overrides will not be used by imperative It's commands may be added to the host CLI app.

WARNING

WARNING: = "Warning"

Warnings identify optional items not implemented by a plugin.

Generated using TypeDoc