Included error message in TargetControllerErrorOccurred event

This commit is contained in:
Nav
2021-09-25 20:13:32 +01:00
parent 619641a33e
commit 8cd094c9cc
4 changed files with 31 additions and 17 deletions

View File

@@ -251,8 +251,9 @@ namespace Bloom
* a correlation ID matching the ID of the event that triggered the handler.
*
* @param correlationId
* @param errorMessage
*/
void emitErrorEvent(int correlationId);
void emitErrorEvent(int correlationId, const std::string& errorMessage);
Targets::TargetDescriptor& getTargetDescriptor();