Problem/Motivation
When a migration process plugin throws an exception, the migrate system prefixes the message with the migration ID and the process plugin ID. This is done so that when the developer reads the message in the map, they can understand where it came from.
Issues such as #3400092: Exception message in subprocess doesn't say which property in the subprocess was affected have shown that there isn't actually any test coverage of this functionality.