Edit this page | Blame

Bug: Incorrect code for GN2 generic error handler

Tags

  • type: bug
  • priority: medium
  • status: closed
  • assigned: alexm
  • keywords: errors, Exceptions, gn2, Bug

Description

The GN2 generic error handler returns a `200` status code for exceptions raised at the application level when returning a response object, which is incorrect.

This commit fixes this issue:

(made with skribilo)