[[IArgdownPlugin]] implementations are expected to check in their [[IArgdownPlugin.prepare]] method that all required data is available in the response object. If this is not the case, they should throw an [[ArgdownPluginError]].
the nname of the plugin throwing this error
the reason why this error was thrown
Optional
Type of error
The name of the plugin throwing the error.
The name of the processor the plugin is a part of. Will be added automatically by [[ArgdownApplication]].
[[IArgdownPlugin]] implementations are expected to check in their [[IArgdownPlugin.prepare]] method that all required data is available in the response object. If this is not the case, they should throw an [[ArgdownPluginError]].