Module jlrs::error[][src]

Expand description

Everything related to errors.

Enums

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.

All different errors.

Statics

Functions

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

Type Definitions

Alias that is used for most Results in this crate.

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.