add internals for supporting transactional updates

This commit is contained in:
trinity-1686a
2026-02-07 13:26:56 +01:00
parent c7d6eb631f
commit 8bbf7e98c9
15 changed files with 185 additions and 0 deletions
+3
View File
@@ -71,6 +71,9 @@ pub enum Error {
#[error("{0}")]
Message(String),
#[error("Precondition failed")]
PreconditionFailed,
}
impl Error {