Skip to main content

Module errors

Module errors 

Source
Expand description

Security-specific error types for comprehensive error handling.

This module defines all security-related error types used throughout the framework. No PyO3 decorators - all types are pure Rust.

Note: The PyO3 FFI wrappers for Python are in py/src/ffi/errors.rs

Enums§

SecurityError
Main security error type for all security operations.

Type Aliases§

Result
Convenience type alias for security operation results.