1// Error types for the REST API 2// Currently using anyhow::Result for error handling 3// Custom error types can be added here as needed 4 5include!(concat!(env!("OUT_DIR"), "/error_codes.rs"));