VolvoHttpException

class VolvoHttpException(throwable: Throwable? = null) : VolvoException(source)

Exception thrown when the Ktor HTTP client encounters a runtime error.

This wraps unexpected Ktor client exceptions that are not related to HTTP status codes or network I/O (e.g., serialization failures, protocol errors).

Constructors

Link copied to clipboard
constructor(throwable: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?