MCPcopy 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)]
123pub struct DbOpenError(pub(crate) String);
124
125#[derive(Debug, Error)]
126pub enum DatabaseError {

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected