---
title: noMessage
framework: system
role: symbol
role_heading: Type Property
path: system/errno/nomessage
---

# noMessage

No message of desired type.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion An IPC message queue doesn’t contain a message of the desired type, or a message catalog doesn’t contain the requested message. The corresponding C error is ENOMSG.

## See Also

### General Errors

- [badMessage](system/errno/badmessage.md)
- [canceled](system/errno/canceled.md)
- [illegalByteSequence](system/errno/illegalbytesequence.md)
- [noData](system/errno/nodata.md)
- [noSuchPolicy](system/errno/nosuchpolicy.md)
- [notPermitted](system/errno/notpermitted.md)
- [notRecoverable](system/errno/notrecoverable.md)
- [outputQueueFull](system/errno/outputqueuefull.md)
- [tooManyReferences](system/errno/toomanyreferences.md)
- [tooManyUsers](system/errno/toomanyusers.md)
