---
title: devicePowerIsOff
framework: system
role: symbol
role_heading: Type Property
path: system/errno/devicepowerisoff
---

# devicePowerIsOff

Device power is off.

## Declaration

```swift
static var devicePowerIsOff: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The corresponding C error is EPWROFF.

## See Also

### Device Errors

- [deviceError](system/errno/deviceerror.md)
- [inappropriateIOCTLForDevice](system/errno/inappropriateioctlfordevice.md)
- [ioError](system/errno/ioerror.md)
- [noSuchAddressOrDevice](system/errno/nosuchaddressordevice.md)
- [notBlockDevice](system/errno/notblockdevice.md)
- [operationNotSupportedByDevice](system/errno/operationnotsupportedbydevice.md)
