LoadingError
Error wrapper for loading failures with user-friendly messages.
from classifies a Throwable into one of a small set of user-facing messages by inspecting common network exception types and HTTP-status-shaped exception messages (e.g. Ktor's Client request(...) invalid: 404 Not Found). The exact status-code substring matching is a pragmatic heuristic that works across HTTP client libraries without adding a hard dependency on any one of them.