Skip to content

Commit

Permalink
New error explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 26, 2021
1 parent 49b9356 commit 11076e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/explain-errors.txt
Expand Up @@ -402,6 +402,12 @@ Value is not correctly x-www-form-urlencoded: “$1”.
XC0038
The requested version, “$1”, is not available.

XC0039/1
An XSLT 1.0 transformation must have exactly one document: $1 supplied.

XC0039/2
XSLT 1.0 can only transform XML or HTML, not $1.

XC0050
Cannot store at “$1”

Expand Down Expand Up @@ -462,6 +468,9 @@ Parameter “$1” has invalid type “$2” for an XQuery 3.0 query.
XC0104
Error evaluating query: $1

XC0105
Parameter “$1” cannot be passed to an XSLT 1.0 stylesheet.

XC0113
Attempt to delete non-empty directory without the recursive option: $1

Expand Down Expand Up @@ -681,6 +690,9 @@ The format of the -D value must be “name=value”.
xi:XI0071
$1

xi:XI0073
Inputs must be created with the same Processor that XML Calabash is using

{http://xmlcalabash.com/ns/extensions}XI0999
It must be time for breakfast at Milliways, something impossible has happened: $1

Expand Down

0 comments on commit 11076e3

Please sign in to comment.