System errors

type
Possible reason
Description
parser.compile
^test[}
Error in code compilation. Unbalanced bracket, etc.
parser.runtime
^if(0)
Method passed wrong number of parameters or parameters are of wrong type
parser.interrupted

Page loading has been interrupted (visitor cancelled page loading or browser download timed out)
number.zerodivision
^eval(1/0), ^eval(1\0) or ^eval(1%0)
Division by zero or Modulus by zero   
number.format
^eval(abc*5)
Attempt of converting nonnumeric data into number
file.missing
^file:delete[skdfjs.delme]
Specified file is missing
file.access
^table::load[.]
Access to file is denied
file.read

Problems while reading file
file.execute

Error while executing external program
date.range
^date::create(1950;1;1)
Date out of valid range
pcre.execute
^string.match[((\w)]
Error while compile or execute PCRE pattern
image.format
^image::measure[index.html]
Image file is of wrong format (possibly, extension does not match the content or a file is empty)   
sql.connect
^connect[mysql://baduser:pass@host/db]{}
DB server cannot be found or is temporarily unavailable
sql.execute
^void:sql{bad select}
Error in SQL-query
xml
^xdoc::create{<forgot?>}
XML code or operation with it contains error
smtp.connect

SMTP server cannot be found or is temporarily unavailable
smtp.execute

Error in sending message via SMTP protocol
email.format 

Error in email address: address is absent or contains unacceptable characters
email.send

Error in executing mail-sending application
http.host
^file::load[http://notfound/there]
Server cannot be found
http.connect
^file::load[http://not_accepting/there]
Server has been found but does not accept the connection
http.response
^file::load[http://ok/there]
Server has been found and connection accepted, but generated incorrect response status
http.status
^file::load[http://ok/there]
Server returned response not equal to 200 (unsuccessful request processing)
http.timeout

Loading a document from HTTP-server was not completed in due time
ņurl.host
^curl:load[
    $.url[http://notfound/there]
]

Server cannot be found
curl.connect
^curl:load[
    $.url[http://not_accepting/there]
]

Server has been found but does not accept the connection
curl.status
^curl:load[
    $.url[http://ok/there]
]

Server returned response not equal to 200 (unsuccessful request processing)
curl.ssl
^curl:load[
    $.url[https://not_accepting/there]
]

Server has been found but does not accept the connection because of certificate problem
ņurl.timeout

Loading a document from HTTP-server was not completed in due time
ņurl.fail

Other error while loading a document using curl class.



Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 25.06.2012