add blob info

This commit is contained in:
realbigsean
2022-11-28 11:26:46 -05:00
parent 3c9e1abcb7
commit 92cae14409
3 changed files with 92 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ pub enum Error {
SchemaMigrationError(String),
/// The store's `anchor_info` was mutated concurrently, the latest modification wasn't applied.
AnchorInfoConcurrentMutation,
/// The store's `blob_info` was mutated concurrently, the latest modification wasn't applied.
BlobInfoConcurrentMutation,
/// The block or state is unavailable due to weak subjectivity sync.
HistoryUnavailable,
/// State reconstruction cannot commence because not all historic blocks are known.