Function poem::error::UnprocessableEntity[][src]

pub fn UnprocessableEntity(err: impl Display) -> Error
Expand description

Wraps any error into Error and the status code is StatusCode::UNPROCESSABLE_ENTITY.