UnknownException
class UnknownException(statusCode: Int, error: VolvoApiError, throwable: Throwable? = null) : VolvoAPIException(source)
Exception thrown for API errors not covered by other exception types.
Check statusCode and error for details about the specific error.