Function poem::error::InternalServerError[][src]

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

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