---
title: identifierRemoved
framework: system
role: symbol
role_heading: Type Property
path: system/errno/identifierremoved
---

# identifierRemoved

Identifier removed.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion An IPC identifier was removed while the current process was waiting on it. The corresponding C error is EIDRM.

## See Also

### Process Errors

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