feat(storage-api): add error code contract (#3313)

This commit is contained in:
安正超
2026-06-10 09:03:29 +08:00
committed by GitHub
parent 5fef105484
commit 3795d44b86
6 changed files with 566 additions and 161 deletions
+4
View File
@@ -13,3 +13,7 @@
// limitations under the License.
//! Storage API contracts for RustFS.
pub mod error;
pub use error::{StorageErrorCode, StorageResult};