Changes

Jump to navigation Jump to search
7,287 bytes removed ,  03:09, 27 May 2012
no edit summary
| A match option was specified more than once.
|{{Code|'a' contains text 'a' using stemming using stemming}}
|}
 
==[[ZIP Module]] Errors==
 
Error Codes: {{Code|FOZP}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|FOZP0001}}
| The specified path does not exist.
|{{Code|zip:entries('unknown.zip')}}
|- valign="top" scope="row"
|{{Code|FOZP0002}}
| Entries in the description of a ZIP archive are unknown, missing, or invalid.
|{{Code|zip:zip-file(<file xmlns="unknown" href='target.zip'/>)}}
|- valign="top" scope="row"
|{{Code|FOZP0003}}
| ZIP file extraction or creation fails for some other reason (e.g.: new ZIP file contains no entries, or duplicates).
|
|}
 
==[[Cryptographic Module]] Errors==
 
Error Codes: {{Code|FOCX}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|FOCX0001}}
| Canonicalization algorithm is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0002}}
| Digest algorithm is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0003}}
| Signature algorithm is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0004}}
| XPath expression is invalid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0005}}
| Invalid name for $digital-certificate root.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0006}}
| Invalid child element of $digital-certificate.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0007}}
| Key store is null.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0008}}
| I/O error while reading keystore.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0009}}
| Permission denied to read keystore.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0010}}
| Keystore URL is invalid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0011}}
| Keystore type is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0012}}
| Cannot find key for alias in given keystore.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0013}}
| Hashing algorithm is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0014}}
| Encoding method is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0015}}
| Cannot find signature element.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0016}}
| No such padding.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0017}}
| Incorrect padding.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0018}}
| Encryption type is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0019}}
| Secret key is invalid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0020}}
| Illegal block size.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0021}}
| Algorithm is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX0022}}
| Decryption type is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9999}}
| Signature type is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9998}}
| Not (yet) supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9997}}
| Algorithm not compatible with encryption type.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9996}}
| IO Exception.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9995}}
| Keystore exception.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9994}}
| Signature exception.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9993}}
| Invalid algorithm.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOCX9992}}
| Invalid certificate alias.
|{{Code|}}
|}
 
==[[File Module]] Errors==
 
Error Codes: {{Code|FOFL}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|FOFL0001}}
| The specified path does not exist.
|{{Code|file:size('unknown.txt')}}
|- valign="top" scope="row"
|{{Code|FOFL0002}}
| The specified path does already exist.
|{{Code|file:create-directory('existing-directory')}}
|- valign="top" scope="row"
|{{Code|FOFL0003}}
| The specified path does not point to a directory.
|{{Code|file:list('file.txt')}}
|- valign="top" scope="row"
|{{Code|FOFL0004}}
| The specified path points to a directory.
|{{Code|file:read('directory')}}
|- valign="top" scope="row"
|{{Code|FOFL0005}}
| The specified encoding is not supported.
|{{Code|file:read('file.txt', 'UTF99')}}
|- valign="top" scope="row"
|{{Code|FOFL9999}}
| A file operation fails for any other reason.
|{{Code|}}
|}
 
==[[HTTP Module]] Errors==
 
Error Codes: {{Code|FOHC}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|FOHC0001}}
| The specified URL is invalid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOHC0002}}
| The requested method is not valid for HTTP.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOHC0004}}
| The request element is not valid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOHC0005}}
| An HTTP error occurred.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOHC0006}}
| The provided credentials are invalid.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOHC0007}}
| The HTML input could not be parsed.
|{{Code|}}
|}
 
==[[Repository#EXPath Packaging|Packaging]] Errors==
 
Error Codes: {{Code|PACK}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|PACK0001}}
| The specified package does not exist.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0002}}
| The package uses an invalid namespace URI.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0003}}
| A required package is not installed.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0004}}
| Invalid package descriptor found.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0005}}
| A module is already installed within another package.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0006}}
| The current package could not be parsed.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0007}}
| A package cannot be deleted.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0008}}
| A package depends on another package.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0009}}
| The addressed package version is not supported.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0010}}
| Invalid JAR descriptor found.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|PACK0011}}
| The JAR descriptor could not be read.
|{{Code|}}
|}
 
==[[SQL Module]] Errors==
 
Error Codes: {{Code|FOSQ}}
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|{{Code|FOSQ0001}}
| An SQL exception occurred.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0002}}
| No opened connection with the specified id found.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0003}}
| Number of parameters differs from number of placeholders.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0004}}
| No parameter type specified.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0005}}
| An unexpected attribute was found.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0006}}
| The specified format is illegal.
|{{Code|}}
|- valign="top" scope="row"
|{{Code|FOSQ0007}}
| The JDBC driver cannot be initialized.
|{{Code|}}
|}
[[Category:XQuery]]
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu