Exception Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ArrayIndexException
 AssertFailedException
B
 ByteOutOfRangeException
 BytesIndexException
D
 DictionaryIndexException
 DirectoryExists, FileException
 DivideByZeroException
 DynamicConversionException
E
 EndOfFileException
 Exists, FileException
F
 FileException
 FormatException
 FunctionNotFoundException
H
 HttpException
I
 InvalidFile
 InvalidFunctionException
 InvalidProcess, OsException
 InvalidValueException
 IoException
J
 JsonFormatException
L
 LibraryNotFoundException
M
 MmapException
O
 ObjectSubscriptException
 Open
 OpenFileException
 OsException
P
 PathNotFound
 PermissionDenied, FileException
R
 RandomException
S
 SocketException
 Spawn, OsException
 SqlException
 StackOverflowException
 StringIndexException
T
 TextioException
U
 Utf8DecodingException
V
 ValueRangeException
W
 Write
An array index is not valid or out of range.
Assert failed.
A byte is out of range in toBytes().
A byte index is not valid or out of range.
A dictionary index value does not exist.
Indicates that a directory already exists when calling mkdir.
Divide by zero.
Dynamic conversion exception.
End of input file.
Indicates that a an attempt was made to create, or overwrite an existing file.
Generic file error.
Format specifier not valid.
Function not found.
Raised when an HTTP request returns anything other than 200 OK.
An invalid (NIL) file was used.
An invalid (NIL) file was used.
An invalid (NIL) file was used.
An invalid function pointer was called.
Invalid process.
An invalid value was passed to a library function.
General exception for errors raised by this module.
Indicates that a formatting error was encountered when reading JSON.
Library not found.
General exceptions for mmap module.
Object subscript exception.
Indicates that an error occurred when opening a file.
File was unable to be opened.
File was unable to be opened.
An error occured while trying to open the file.
Error from os module.
Indicates that a path was not found.
Path not found during chdir.
Indicates that an operation was denied due to filesystem permissions.
Exception raised when a random source fails or is unavailable.
Indicates some kind of socket error.
Error occurred spawning new process.
SQL exception.
Call stack exceeded limit.
An string index is not valid or out of range.
General exception for errors raised by this module.
Invalid UTF-8 encoding found in Bytes.decodeToString().
An input value is out of range.
Indicates that an error occurred while writing to a file.
An error occurred while writing to a file.
An error occurred while writing to a file.
Close