TPostExecuteReactionFunction
TPostExecuteReactionFunction is a special type of function which performs actions for non pre-defined data formats and error codes. It returns the message that should be printed out onto the console as a string
TPostExecuteReactionFunction = function(AnOutput: THandlerResult): String;