- All Modules
- All Functions
-
www.w3.org
- 2005
- XDM
- store
- introspection
- reflection
- external
-
xqdoc
-
project_xqdoc
-
xqdoc
(E)
- xqdoc2xhtml
-
project_xqdoc
- data processing
- expath.org
- www.functx.com
- error
http://expath.org/ns/error
Module Description
Before using any of the functions below please remember to import the module namespace:
import module namespace err = "http://expath.org/ns/error";
This module defines all errors for the http-client module.
Author:
Markus Pilman
XQuery version and encoding for this module:
xquery version "1.0" encoding "utf-8";
Module Resources
- the XQuery module can be found here.
Namespaces
err | http://expath.org/ns/error |
Variables
$err:HC001 as xs:QName An HTTP error occurred. |
|
$err:HC002 as xs:QName Error parsing the entity content as XML or HTML. |
|
$err:HC003 as xs:QName With a multipart response, the override-media-type must be either a multipart media type or application/octet-stream. |
|
$err:HC004 as xs:QName The src attribute on the body element is mutually exclusive with all other attribute (except the media-type). |
|
$err:HC005 as xs:QName The request element is not valid. |
|
$err:HC006 as xs:QName A timeout occurred waiting for the response. |
|
$err:HCV01 as xs:QName This error is not defined in the specification but used by the Zorba implementation. It gets thrown when the user gives wrong arguments which are statically correct, but make no sense (for example: http:send-request((), ())). |
|
$err:errNS as xs:string Error namespace URI. |
Function Summary
No public functions declared.