Changes

Jump to navigation Jump to search
259 bytes removed ,  14:35, 21 November 2017
no edit summary
=Conventions=
{{Mark|Updated with Version 9.0}}: All functions and errors in this module are assigned to the <code><nowiki>http://basex.org/modules/repo</nowiki></code> namespace, which is statically bound to the {{Code|repo}} prefix.<br/>All errors are assigned to the <code><nowiki>http://basex.org/errors</nowiki></code> namespace, which is statically bound to the {{Code|bxerr}} prefix.
=Functions=
==repo:install==
 
{| width='100%'
|-
|-
| '''Errors'''
|{{Error|BXRE0001not-found|XQuery Errors#Packaging Errors}} the a package does not exist.<br />{{Error|BXRE0002|XQuery Errors#Packaging Errors}} a package uses an unsupported namespace URI.<br />{{Error|BXRE0003|XQuery Errors#Packaging Errors}} the package to be installed requires a package which is still not installed.<br />{{Error|BXRE0004descriptor|XQuery Errors#Packaging Errors}} the package descriptor is invalid.<br />{{Error|BXRE0005installed|XQuery Errors#Packaging Errors}} the module contained in the package to be installed is already installed as part of another package.<br />{{Error|BXRE0006parse|XQuery Errors#Packaging Errors}} the package cannot be parsed.<br />{{Error|BXRE0009|XQuery Errors#Packaging Errors}} the package version is not supported.<br />{{Error|BXRE0010|XQuery Errors#Packaging Errors}} the package contains an invalid JAR descriptor.<br />{{Error|BXRE0011|XQuery Errors#Packaging Errors}} the package contains a JAR descriptor but it cannot be read.<br />{{Error|manifest|#Errors}} No 'Main-Class' attribute found in manifest of Java archive.
|}
==repo:delete==
 
{| width='100%'
|-
|-
| '''Errors'''
|{{Error|not-found|#Errors}} a package does not exist.<br />{{Error|BXRE0007|XQuery Errors#Packaging Errors}} the package cannot be deleted.<br />{{Error|BXRE0008|XQuery Errors#Packaging Errors}} another package depends on the package to be deleted.<br />
|}
=Errors=
 
{{Mark|Updated with Version 9.0}}:
{| class="wikitable" width="100%"
|Description
|-
|{{Code|BXRE0001}}|The addressed package does not exist.|-|{{Code|BXRE0002}}|A package uses an unsupported namespace URI.|-|{{Code|BXRE0003}}|The package to be installed requires a package which is not installed yet.|-|{{Code|BXRE0004descriptor}}
|The package descriptor is invalid.
|-
|{{Code|BXRE0005installed}}
|The module contained in the package to be installed is already installed as part of another package.
|-
|{{Code|BXRE0006not-found}}|A package does not exist.|-|{{Code|parse}}
|The package cannot be parsed.
|-
|{{Code|manifest}}
|No 'Main-Class' attribute found in manifest of Java archive.
 
 
 
|-
|{{Code|BXRE0007}}
=Changelog=
 
;Version 9.0
 
* Updated: error codes updates; errors now use the module namespace
;Version 7.2.1
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu