Changes

Jump to navigation Jump to search
170 bytes removed ,  16:04, 22 November 2017
! width="50%" |Description
|Examples
|- valign="top" scope="row"
|<code>permission</code>
| A user lacks permissions to open a database, update nodes, etc.
|<code>db:open('admin')</code>
|- valign="top" scope="row"
|<code>http</code>
| The function was called outside an HTTP servlet context.
|<code>session:get('abc')</code>
|- valign="top" scope="row"
|<code>options</code>
| The specified database option is unknown.
|<code>declare option db:xyz 'no'; 1</code>
|- valign="top" scope="row"
|<code>permission</code>
| The current user has insufficient [[User Management|permissions]] to open a database, update nodes, etc.
|<code>db:open('admin')</code>
|- valign="top" scope="row"
|<code>BASX0000</code>
| Generic error, which is used for exceptions in [[Java Bindings#Integration|Java bindings]].
|
|- valign="top" scope="row"
|<code>BASX0001</code>
| The current user has insufficient [[User Management|permissions]] to execute an expression.
|<code>file:delete('file.txt')</code>: ''Create'' rights needed.
|- valign="top" scope="row"
|<code>BASX0002</code>
| The specified database option is unknown.
|<code>declare option db:xyz "no"; 1</code>
|- valign="top" scope="row"
|<code>BASX0003</code>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu