module namespace error = "http://www.architextus.com/xquery/library/how2_error"; import module namespace app = "http://www.architextus.com/xquery/library/how2_appvars" at "How2_AppVars.xqm"; declare namespace rest="http://exquery.org/ns/restxq"; declare option db:chop 'no'; declare function error:menu-not-found($menu-id as xs:string, $submenu-id as xs:string, $lang as xs:string){ let $t := '' return
Menu not found

Add metadata trail for RT.

An error has occured. The system is unable to access menu '{$menu-id}' in '{$lang}'.

Possible causes:

};