mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-21 05:05:44 +02:00
Correct docstring
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user