refacto error handling

This commit is contained in:
Paul Schneider 2026-07-12 17:56:23 +01:00
commit d8ee77b9de
8 changed files with 126 additions and 45 deletions

View file

@ -7,4 +7,5 @@ public class ErrorViewModel
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
public Dictionary<string, string> ModelErrors { get; set; }
}