Investigate the busy record within the flyscanning trajectory and return the relevant error messages.
Background:
When a Flyscan is run using a bluesky plan, we notice that if any of these vital commands fail, 'Build Profile', 'Append Points', and 'Execute Profile', expectedly, the scan does not run. However, on the run engine, the failure is not reported and instead waits forever and eventually times out.
Acceptance Criteria:
- Show error message when build, execute or append fails.
- End the wait if any of the above commands fails.