- 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
- debugger
- error
http://www.zorba-xquery.com/warnings
Module Description
Before using any of the functions below please remember to import the module namespace:
import module namespace zwarn = "http://www.zorba-xquery.com/warnings";
This module contains one declaration of a variable for each error of the http://www.zorba-xquery.com/warnings namespace. The variables serves as documentation for the errors but can also be used in the code. For example, one useful scenario is to compare an error caught in the catch clause of a try-catch expression with one of the variables.
Author:
Carlos Lopez
XQuery version and encoding for this module:
xquery version "1.0" encoding "utf-8";
Zorba version for this module:
The latest version of this module is 0.0.0. For more information about module versioning in Zorba please check out this resource.
Module Resources
- the XQuery module can be found here.
Namespaces
zwarn | http://www.zorba-xquery.com/warnings |
Variables
$zwarn:NS No description available. |
|
$zwarn:ZWST0002 as xs:QName This warning is reported if the declaration of a function, variable, collection, or index contains an annotation that is not in the http://www.zorba-xquery.com/annotations namespace and Zorba doesn't know how to handle. |
|
$zwarn:ZWST0003 No description available. |
|
$zwarn:ZWST0004 No description available. |
|
$zwarn:ZWST0005 as xs:QName This warning is raised if the user explicitly enables caching of function results (using the %ann:cache annotation) but the function is updating or its parameter and return types are not subtypes of xs:anyAtomicType. |
|
$zwarn:ZWST0006 as xs:QName This warning is raised if the user explicitly enables caching of function results (using the %ann:cache annotation) and the function is annotated as sequential or nondeterministic. |
Function Summary
No public functions declared.