Bug 1901849 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

`connexion.problem.problem` and `connexion.ProblemException` are used throughout the legacy system. These usages should be reimplemented as either: `Http404` exception, `PermissionDenied` exception, `BadRequest` exception, or a different custom `HttpResponse`.
`connexion.problem.problem` and `connexion.ProblemException` are used throughout the legacy system. These usages should be reimplemented as either: `Http404` exception, `PermissionDenied` exception, or a different custom `HttpResponse`.

Back to Bug 1901849 Comment 0