Menu status code -- Not found.
This can be used as the return value from a page callback, although it is preferable to use a load function to accomplish this.
See also
see hook_menu()
Related topics
File
- core/
includes/ menu.inc, line 236 - API for the Backdrop menu system.
Code
define('MENU_NOT_FOUND', 404)