# Improve exception reporting for API

* fixes typo in exception_reporter.py
* properly catches error on geometry cast into multipolygon if input are no valid polygons
* extends error response on malicious api calls
* specifies different exceptions on try-catch while initializing api data
This commit is contained in:
2025-12-19 14:17:15 +01:00
parent 047c9489fe
commit 328f672ec0
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class KonovaExceptionReporter(ExceptionReporter):
"""
whitelist = [
"is_email",
"unicdoe_hint",
"unicode_hint",
"frames",
"request",
"user_str",