mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 20:33:38 +01:00
Feature: Check for out of memory situations when sending json responses
Also shows a nice message in the frontend if an internal error occours
This commit is contained in:
@@ -9,6 +9,7 @@ enum WebApiError {
|
||||
GenericParseError,
|
||||
GenericValueMissing,
|
||||
GenericWriteFailed,
|
||||
GenericInternalServerError,
|
||||
|
||||
DtuBase = 2000,
|
||||
DtuSerialZero,
|
||||
|
||||
Reference in New Issue
Block a user