Skip to content

Commit

Permalink
Update crates/matrix/src/client/resources/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Borai <[email protected]>
  • Loading branch information
avdb13 and EstebanBorai authored Feb 12, 2024
1 parent a3f62fc commit f8d99b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix/src/client/resources/error.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[derive(Clone, Debug, Deserialize)]
pub struct MatrixError {
pub errcode: String,
pub error_code: String,
pub error: String,
}

0 comments on commit f8d99b1

Please sign in to comment.