---
title: resourceTemporarilyUnavailable
framework: system
role: symbol
role_heading: Type Property
path: system/errno/resourcetemporarilyunavailable
---

# resourceTemporarilyUnavailable

Resource temporarily unavailable.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion This is a temporary condition; later calls to the same routine may complete normally. Make the same function call again later. The corresponding C error is EAGAIN.

## See Also

### System Call Errors

- [alreadyInProcess](system/errno/alreadyinprocess.md)
- [badAddress](system/errno/badaddress.md)
- [interrupted](system/errno/interrupted.md)
- [invalidArgument](system/errno/invalidargument.md)
- [noFunction](system/errno/nofunction.md)
- [nowInProgress](system/errno/nowinprogress.md)
- [resourceBusy](system/errno/resourcebusy.md)
