Pass callback status as event and show in GUI
We now propagate a status message back from the callback: https://github.com/equinor/ert/blob/b2425049ae47c27a66ae24a75663a99b91db8dd4/res/job_queue/job_queue_node.py#L136 which is then logged and shown to the users through: https://github.com/equinor/ert/blob/65f1334060215f651408c18989613f3a010931da/ert_shared/models/base_run_model.py#L159 if all the simulations fail:

However if only a single realization fails, the user gets no feedback as to why. Would be good to propagate the message as an event instead and for example show the status information as hover info in the simulation tracker:

related to: #3435
Related, and might be closed by: #6035