MCPcopy Create free account
hub / github.com/Altinity/clickhouse-backup / Error

Method Error

pkg/storage/structs.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (e KeyError) Error() string {
29 return fmt.Sprintf("key %s: %v", e.Key, e.Err)
30}
31
32// BatchDeleteError represents errors that occurred during batch deletion
33type BatchDeleteError struct {

Calls

no outgoing calls