We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18167c9 commit a3aa319Copy full SHA for a3aa319
clients/rust/src/error.rs
@@ -14,7 +14,7 @@ pub enum Error {
14
#[error(transparent)]
15
Metadata(#[from] objectstore_types::Error),
16
/// Error when scope validation fails.
17
- #[error(transparent)]
+ #[error("invalid scope: {0}")]
18
InvalidScope(#[from] objectstore_types::scope::InvalidScopeError),
19
/// Error when URL manipulation fails.
20
#[error("{message}")]
0 commit comments