Module jlrs::error[][src]

Everything related to errors.

Enums

AllocError

Frames and data they protect have a memory cost. If the memory set aside for containing frames or the frame itself is exhausted, this error is returned.

JlrsError

All different errors.

Functions

exception

Create a new JlrsError::Exception and wrap it in a JlrsResult::Err.

Type Definitions

JlrsResult

Alias that is used for most Results in this crate.

JuliaResult

This type alias is used to encode the result of a function call: Ok indicates the call was successful and contains the function’s result, while Err indicates an exception was thrown and contains said exception.