[#NetMsgType-NOTFOUND] = xref:NetMsgType.adoc[NetMsgType]::NOTFOUND :relfileprefix: ../ :mrdocs: The notfound message is a reply to a getdata message which requested an object the receiving node does not have available for relay. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* NOTFOUND = {"notfound"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#