errors
Errors ModuleThis module defines error constants used throughout the Obscura privacy-preserving smart contract. These error messages provide clear feedback when operations fail, helping users understand what went wrong and how to fix it. ## Error CategoriesThe errors are organized into several categories: - Access Control Errors: Authorization and permission issues - Validation Errors: Input validation and constraint violations - Cryptographic Errors: Proof verification and security issues - System Errors: Operational and state-related issues
Fully qualified path: obscura::errors