Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::consoleError
Raises an operator-visible error and returns the created event identifier.
Declaration
virtual int consoleError(
std::string message_title,
std::string message_description,
std::vector<std::string> tags,
std::string resolution,
int auto_acknowledge = 0
) = 0;Parameters
| Name | Description |
|---|---|
message_title | Short error title. |
message_description | Detailed error description. |
tags | Searchable event tags. |
resolution | Suggested operator resolution. |
auto_acknowledge | Non-zero to acknowledge automatically. |
Returns
The created ARGUS event identifier.