Changes

Jump to navigation Jump to search
No change in size ,  01:13, 30 January 2011
no edit summary
| The replacement string of a regular expression is invalid.
|<code>replace("input", "match", "\")</code>
|}
 
==[[File Functions]] Errors (FOFL)==
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|<code>FOFL0001</code>
| The specified path does not exist.
|<code>file:size('unknown.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0002</code>
| The specified path does already exist.
|<code>file:create-directory('existing-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0003</code>
| The specified path does not point to a directory.
|<code>file:list('file.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0004</code>
| The specified path points to a directory.
|<code>file:read('directory')</code>
|- valign="top" scope="row"
|<code>FOFL0005</code>
| The specified path points to a non-empty directory.
|<code>file:delete('non-empty-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0006</code>
| The specified file path is invalid.
|<code>file:create-directory('//')</code>
|- valign="top" scope="row"
|<code>FOFL0007</code>
| The specified encoding is not supported.
|<code>file:read('file.txt', 'UTF99')</code>
|- valign="top" scope="row"
|<code>FOFL0008</code>
| A file operation fails for any other reason.
|<code></code>
|}
 
==[[HTTP Functions]] Errors (FOHC)==
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|<code>FOHC0001</code>
| The specified URL is invalid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0002</code>
| The requested method is not valid for HTTP.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0004</code>
| The request element is not valid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0005</code>
| An HTTP error occurred.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0006</code>
| The provided credentials are invalid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0007</code>
| The HTML input could not be parsed.
|<code></code>
|}
| A match option was defined more than once.
|<code>'a' contains text 'a' using stemming using stemming</code>
|}
 
==[[File Functions]] Errors (FOFL)==
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|<code>FOFL0001</code>
| The specified path does not exist.
|<code>file:size('unknown.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0002</code>
| The specified path does already exist.
|<code>file:create-directory('existing-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0003</code>
| The specified path does not point to a directory.
|<code>file:list('file.txt')</code>
|- valign="top" scope="row"
|<code>FOFL0004</code>
| The specified path points to a directory.
|<code>file:read('directory')</code>
|- valign="top" scope="row"
|<code>FOFL0005</code>
| The specified path points to a non-empty directory.
|<code>file:delete('non-empty-directory')</code>
|- valign="top" scope="row"
|<code>FOFL0006</code>
| The specified file path is invalid.
|<code>file:create-directory('//')</code>
|- valign="top" scope="row"
|<code>FOFL0007</code>
| The specified encoding is not supported.
|<code>file:read('file.txt', 'UTF99')</code>
|- valign="top" scope="row"
|<code>FOFL0008</code>
| A file operation fails for any other reason.
|<code></code>
|}
 
==[[HTTP Functions]] Errors (FOHC)==
 
{| class="wikitable" width="100%"
! width="5%"|Code
! width="50%"|Description
! width="45%"|Examples
|- valign="top" scope="row"
|<code>FOHC0001</code>
| The specified URL is invalid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0002</code>
| The requested method is not valid for HTTP.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0004</code>
| The request element is not valid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0005</code>
| An HTTP error occurred.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0006</code>
| The provided credentials are invalid.
|<code></code>
|- valign="top" scope="row"
|<code>FOHC0007</code>
| The HTML input could not be parsed.
|<code></code>
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu