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

NameDescription
message_titleShort error title.
message_descriptionDetailed error description.
tagsSearchable event tags.
resolutionSuggested operator resolution.
auto_acknowledgeNon-zero to acknowledge automatically.

Returns

The created ARGUS event identifier.