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

This commit is contained in:
Björn Fromme
2026-01-23 11:06:24 +01:00
parent c41524c1fd
commit aa08307500
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'] ?? '';