mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-22 10:46:38 +00:00
document api crate
This commit is contained in:
committed by
Alex Auvolat
parent
a2e1617d84
commit
1e3df189d0
+1
-1
@@ -8,7 +8,7 @@ use garage_util::error::Error as GarageError;
|
||||
pub enum Error {
|
||||
/// An error received from the API crate
|
||||
#[error(display = "API error: {}", _0)]
|
||||
ApiError(#[error(source)] garage_api::error::Error),
|
||||
ApiError(#[error(source)] garage_api::Error),
|
||||
|
||||
// Category: internal error
|
||||
/// Error internal to garage
|
||||
|
||||
Reference in New Issue
Block a user