error reporting
This commit is contained in:
parent
fa256e6659
commit
edef831813
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ pub async fn load_args<R: ServerRequest>(req: AxumRequest) -> Result<Context<R>,
|
||||||
|
|
||||||
request_format
|
request_format
|
||||||
.load(&buffer)
|
.load(&buffer)
|
||||||
.map_err(|e| Aux::Deserialization(format!("failed to deserialize body: {e}")))
|
.map_err(|e| Aux::Deserialization(format!("failed to deserialize body: {e:#}")))
|
||||||
.map_err(|e| response::err(response_format, e))?
|
.map_err(|e| response::err(response_format, e))?
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue