PermissionException
class PermissionException(statusCode: Int, error: VolvoApiError, throwable: Throwable? = null) : VolvoAPIException(source)
Exception thrown when the API key lacks required permissions (HTTP 403).
Verify your VCC API key has the necessary scopes in the Volvo Developer Portal.