Skip to content

Stringifying error messages

Jan-Oliver Opdenhövel requested to merge stringify_err_messages into main

The protocols demands that error messages are strings, but in the current implementation, they are (often) dictionaries. I've simply added a conversion to string where necessary.

Merge request reports