> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/cerulean-ping-protocol/general-packet-definitions/nack.md).

# NACK

### ID: 2

### Payload Definition

<table><thead><tr><th width="191">Data Type</th><th width="219">Name</th><th>Description</th></tr></thead><tbody><tr><td>u16</td><td>id</td><td>id of packet being nack'd</td></tr><tr><td>char[]</td><td>error msg</td><td>optional ascii string describing error. need not be null terminated. length is discerned from packet payload length field.</td></tr></tbody></table>
