Skip to content

issues Search Results · repo:ghazi-git/drf-standardized-errors language:Python

Filter by

45 results
 (109 ms)

45 results

inghazi-git/drf-standardized-errors (press backspace or delete to remove)

Default ExceptionHandler includes str(exc) into the response to the client: https://github.com/ghazi-git/drf-standardized-errors/blob/760e5d5c31c3d164938d310cf02cf0a48a1eec77/drf_standardized_errors/handler.py#L72-L80 ...
  • yamnikov-oleg
  • 1
  • Opened 
    on May 21
  • #99

When setting the DRF-Spectacular settings to protect the schema URLs for admin-only, drf-standardized-errors appears to break the default schema url with the following error: yaml.representer.RepresenterError: ...
  • PedroPerpetua
  • 2
  • Opened 
    on May 2
  • #98

Hello, I was following this example to add my custom error format to drf-spectacular, and it seems everything is working except the part of the custom examples. I added this to my custom AutoSchema from ...
  • JoenvandeVorle
  • 2
  • Opened 
    on Apr 30
  • #97

Add support for adding extra details (meta) in error response Example: We have a REST API add-employee . It adds employee with given information into Django Database. It checks if employee already exists ...
  • sachingaikwad123
  • 4
  • Opened 
    on Feb 13
  • #95

I m implementing drf-standardized-errors in my DRF project and encountering an issue where 404 exceptions are not being included in the OpenAPI schema, despite being correctly configured and working in ...
  • MaxDev98
  • 1
  • Opened 
    on Nov 26, 2024
  • #94

Hi dear maintainer, We are using this library for our project and it is amazing. The only thing we have noticed (we are using structlog + django-structlog + structlog-sentry), the unhandled exceptions ...
  • sshishov
  • 1
  • Opened 
    on Oct 6, 2024
  • #91

hello again, i have tried extend_validation_errors but unfortunately I can t add more than one validation error as I was trying to add three while only invalid otp has appeared in swagger @extend_validation_errors([ ...
  • omargawdat
  • Opened 
    on Sep 15, 2024
  • #90

I have noticed that in the swagger some common possible errors like uniqueness and max length are not included in the possible validations errors so is that excepted or is there something wrong !!
  • omargawdat
  • Opened 
    on Sep 15, 2024
  • #89

` drf-spectacular==0.27.2 drf-standardized-errors[openapi]==0.14.1 ` Hello, I am following the documentation but still can t add a custom error to the validations errors !! img width= 737 alt= image ...
  • omargawdat
  • 2
  • Opened 
    on Sep 15, 2024
  • #88

Description When using the drf_standardized_errors package, I m encountering duplicate error messages in the response for authentication failures. This is causing redundant information to be sent to the ...
  • omargawdat
  • 2
  • Opened 
    on Aug 30, 2024
  • #86
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub