[][src]Module jlrs::error

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
other
other_err

Type Definitions

JlrsResult

Alias that is used for most Results in this crate.