Skip to main content

Module error

Module error 

Source
Expand description

Error types and the crate-wide Result alias. Error types for CASC operations.

All fallible functions in this crate return Result<T>, which is an alias for std::result::Result<T, CascError>.

Enums§

CascError
Errors that can occur during CASC operations.

Type Aliases§

Result
Crate-wide result type alias using CascError.