You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(storage): use connector-specific errors, remove Config variants
Creates dedicated error types for connector initialization:
- MdbxConnectorError in cold-mdbx crate
- SqlConnectorError in cold-sql crate
Removes Config(String) variants from MdbxError and SqlColdError, which
were only used for from_env() methods. The new connector error types
are more specific and properly handle missing environment variables.
ConfigError now uses From implementations to convert from connector
errors, simplifying error handling in the builder.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments