Skip to main content

Module error

Module error 

Source
Expand description

Error types shared across the baracuda crates.

Enums§

BaracudaError
A library-erased error, useful at process boundaries where the caller doesn’t want to parameterize over every NVIDIA library’s status enum.
Error
A generic error enum for any safe wrapper crate over a single NVIDIA library. Safe crates may use this directly or compose their own richer Error enum out of its variants.
LoaderError
An error raised by the dynamic loader.