[][src]Module jlrs::error

Everything related to errors.

Structs

Exception

Julia can throw exceptions, this struct contains the error message.

Enums

JlrsError

All different errors.

Type Definitions

JlrsResult

Alias that is used for Result in this crate.