I20231027-0140
Currently the ErrorEditorPart supplied status can only be seen by a user in the UI, this is a bit unfortunate if for example in an automated test and ErrorEditorPart is seen there is no way to find out what's going wrong and give good assertion messages. This adds ErrorEditorPart#getError to allow such programmatic investigations if ErrorEditorPart is seen in the code.