Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ DbOpenError
Class
DbOpenError
crates/chat-cli/src/database/mod.rs:123–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
#[derive(Debug, Clone, thiserror::Error)]
122
#[error(
"Failed to open database: {}"
, .0)]
123
pub struct DbOpenError(pub(crate) String);
124
125
#[derive(Debug, Error)]
126
pub enum DatabaseError {
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected