We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
handleSwaggerXYZErrors()
Expected behaviour
The error generated by swagger is a proper string and does not include memory addresses.
The text was updated successfully, but these errors were encountered:
This may be the autogenerated code causing the issue:
https://github.com/mittwald/goharbor-client/blob/master/apiv2/internal/api/client/project/get_project_responses.go#L100-L102
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: