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.

other

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

other_err

Create a new JlrsError::Other.

Type Definitions

JlrsResult

Alias that is used for most Results in this crate.