Open
Description
Describe the bug
The generated error not handled on the client shows a memory address. For instance:
GET /projects/{project_name_or_id}][401] getProjectUnauthorized &{Errors:[0x140003c42c0]
To Reproduce
Force any error not handled on the handleSwaggerXYZErrors()
functions.
Expected behaviour
The error generated by swagger is a proper string and does not include memory addresses.