mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Better progress reporting for stage checkpoints (#2982)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6fab79bbc2
commit
08900740bc
@ -28,4 +28,7 @@ pub enum DatabaseError {
|
||||
/// Failed to decode a key from a table.
|
||||
#[error("Error decoding value.")]
|
||||
DecodeError,
|
||||
/// Failed to get database stats.
|
||||
#[error("Database stats error code: {0:?}")]
|
||||
Stats(i32),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user