diff options
-rw-r--r-- | issues/fix-gn2-generic-error-codes.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/fix-gn2-generic-error-codes.gmi b/issues/fix-gn2-generic-error-codes.gmi new file mode 100644 index 0000000..b93a0a2 --- /dev/null +++ b/issues/fix-gn2-generic-error-codes.gmi @@ -0,0 +1,17 @@ +# Bug: Incorrect code for GN2 generic error handler + +## Tags + +* type: bug +* priority: medium +* status: open +* 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: + +=> https://github.com/genenetwork/genenetwork2/commit/632dbb8921228b3f0973043dde545fecca572691
\ No newline at end of file |