---
title: noSuchProcess
framework: system
role: symbol
role_heading: Type Property
path: system/errno/nosuchprocess
---

# noSuchProcess

No such process.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion There isn’t a process that corresponds to the specified process ID. The corresponding C error is ESRCH.

## See Also

### Process Errors

- [argListTooLong](system/errno/arglisttoolong.md)
- [identifierRemoved](system/errno/identifierremoved.md)
- [noChildProcess](system/errno/nochildprocess.md)
- [previousOwnerDied](system/errno/previousownerdied.md)
- [tooManyProcesses](system/errno/toomanyprocesses.md)
