We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6777907 commit 1bb6f58Copy full SHA for 1bb6f58
1 file changed
bindings/matrix-sdk-ffi/src/qr_code.rs
@@ -423,7 +423,7 @@ pub enum HumanQrGrantLoginError {
423
NotFound,
424
425
/// An unknown error has happened.
426
- #[error("An unknown error has happened.")]
+ #[error("An unknown error has happened: {0}")]
427
Unknown(String),
428
429
/// The requested device was not returned by the homeserver.
0 commit comments