Skip to content

Commit a3aa319

Browse files
committed
feat: Improve error rendering
1 parent 18167c9 commit a3aa319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/rust/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub enum Error {
1414
#[error(transparent)]
1515
Metadata(#[from] objectstore_types::Error),
1616
/// Error when scope validation fails.
17-
#[error(transparent)]
17+
#[error("invalid scope: {0}")]
1818
InvalidScope(#[from] objectstore_types::scope::InvalidScopeError),
1919
/// Error when URL manipulation fails.
2020
#[error("{message}")]

0 commit comments

Comments
 (0)