feat: error-codes in flash messages to reference log entries

This commit is contained in:
Björn Fromme
2026-03-16 12:02:59 +01:00
parent 21a3e8fafc
commit afe5aef9f7
7 changed files with 517 additions and 0 deletions
+5
View File
@@ -112,6 +112,11 @@ class LogEntry
return $this->getExtra()['request_id'] ?? '-';
}
public function getErrorCode(): string
{
return $this->getExtra()['error_code'] ?? '-';
}
public function getUri(): string
{
return $this->getExtra()['uri'] ?? '';