mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
Correct docstring
This commit is contained in:
parent
fce8dd275a
commit
2a9b57f489
@ -293,7 +293,10 @@ impl From<IoError> for PayloadError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// `InternalServerError` for `PayloadError`
|
/// `PayloadError` returns two possible results:
|
||||||
|
///
|
||||||
|
/// - `Overflow` returns `PayloadTooLarge`
|
||||||
|
/// - Other errors returns `BadRequest`
|
||||||
impl ResponseError for PayloadError {
|
impl ResponseError for PayloadError {
|
||||||
fn error_response(&self) -> HttpResponse {
|
fn error_response(&self) -> HttpResponse {
|
||||||
match *self {
|
match *self {
|
||||||
|
Loading…
Reference in New Issue
Block a user