Description
We have a hack to allow us to ignore certain known wrapper errors when titling an event, by overriding main_exception_id
to point to the inner error rather than the outer one. Though these known wrapper errors in theory should always come wrapped around something, in practice we do occasionally see them show up on their own. This leads to a crash, because we're assuming a chain (an accompanying mechanism
info) where there isn't one.