Skip to content
New issue

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

[Feature]: Describing default error response #2274

Open
DjordyKoert opened this issue Apr 19, 2024 · 0 comments
Open

[Feature]: Describing default error response #2274

DjordyKoert opened this issue Apr 19, 2024 · 0 comments

Comments

@DjordyKoert
Copy link
Collaborator

Description

Symfony's serializer component comes with it's own ProblemNormalizer which allows exceptions (FlattenException) to be transformed into different formats.

Users of Symfony can also utilize an error listener/subscriber to customize handling to, for example, transform an exception to a custom response.

It would be great if this bundle allows users to manually specify or automatically generate default swagger responses for each of their routes.

Additional context

Additionally this bundle could utilize the default error controller from the framework config and describe swagger annotations/attributes for this error controller and augment every other response with this controller as a default response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant