Skip to main content

Module error

Module error 

Source
Expand description

Error type hierarchy for nookdb-core.

Every public function in this crate returns Result<_, NookError>. The kind() accessor gives a stable string discriminant the NAPI binding uses to translate Rust errors into typed JS error classes.

Enums§

NookError
NookErrorKind
Stable kind tag used to map a NookError to a JS error class.