VolvoException
Base exception for all Volvo API client errors.
This is a sealed class hierarchy covering all error scenarios:
VolvoAPIException — HTTP API errors (4xx status codes)
VolvoIOException — Network and I/O errors (timeouts, connectivity)
VolvoHttpException — Ktor HTTP client errors
VolvoServerException — Server-side errors (5xx status codes)
See also
for typed API error handling