fix batch api errors

This commit is contained in:
2026-02-16 09:44:47 -05:00
parent 4404f2796d
commit a77676bbc7
2 changed files with 68 additions and 9 deletions

View File

@@ -22,6 +22,9 @@ Storage_Error :: enum {
Serialization_Error,
RocksDB_Error,
Out_Of_Memory,
Validation_Error,
Request_Too_Large,
Internal_Error,
}
// Result type for Scan operations with pagination