xdmp:get-response-code

xdmp:get-response-code() as item()*

Summary

Returns two nodes, the first containing the HTTP response code and the second containing the HTTP response message.

Usage Notes

You can use this with an HTTP Server error handler to create custom error pages.

Example

xdmp:get-response-code()
=> 200
   OK
Powered by MarkLogic Server | Terms of Use | Privacy Policy