mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-22 01:21:06 +00:00
Better json errors
This commit is contained in:
parent
c4b4f13fa6
commit
261e52e551
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub enum MyError {
|
|||
#[error("Couldn't sign string, {0}")]
|
||||
Rsa(rsa::errors::Error),
|
||||
|
||||
#[error("Couldn't do the json thing")]
|
||||
#[error("Couldn't do the json thing, {0}")]
|
||||
Json(#[from] serde_json::Error),
|
||||
|
||||
#[error("Couldn't build signing string, {0}")]
|
||||
|
|
Loading…
Reference in a new issue