docs: Add Rustdoc for modules, functions, and structs
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use thiserror::Error;
|
||||
|
||||
/// Core error types used across services for consistent error handling.
|
||||
#[derive(Error, Debug)]
|
||||
pub enum CoreError {
|
||||
#[error("Database error: {0}")]
|
||||
|
||||
Reference in New Issue
Block a user