---
title: HV_NO_RESOURCES
framework: hypervisor
role: symbol
role_heading: Global Variable
path: hypervisor/hv_no_resources
---

# HV_NO_RESOURCES

The operation was unsuccessful because the host had no resources available to complete the request.

## Declaration

```swift
var HV_NO_RESOURCES: Int { get }
```

## See Also

### Return Values

- [HV_SUCCESS](hypervisor/hv_success.md)
- [HV_ERROR](hypervisor/hv_error.md)
- [HV_BUSY](hypervisor/hv_busy.md)
- [HV_BAD_ARGUMENT](hypervisor/hv_bad_argument.md)
- [HV_NO_DEVICE](hypervisor/hv_no_device.md)
- [HV_UNSUPPORTED](hypervisor/hv_unsupported.md)
