Expand description
HTTP and network error classification for user-facing diagnostics.
Maps HTTP status codes and request context into structured ApiIssue
values with a summary and guidance string. The settings window and
health dashboard display these to help users self-diagnose problems.
Enumsยง
- Request
Context ๐ - Identifies the operational context in which an Immich request was made.
Functionsยง
- classify_
http_ ๐issue - Map an HTTP status code to an actionable user-facing
ApiIssue. - classify_
network_ ๐issue - Map a reqwest connection or timeout error to an actionable user-facing
ApiIssue.