VolvoServerException

Exception thrown when the Volvo API returns a server error (HTTP 5xx).

This indicates a problem on Volvo's servers, not with the request itself. Retrying the request after a delay may resolve the issue.

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?