Module julia::error [] [src]

This module provides types necessary for error checking and debugging.

Enums

Error

A union of all possible errors that might occur in Julia runtime and julia-rs, including Julia exceptions, Rust's io errors and alike, errors arising from trying to use poisonend resources or trying to consume resources in use.

Type Definitions

Result

Generic julia-rs Result type, used pretty much everywhere a failure might occur