Struct actix_web::error::BlockingError [−][src]
pub struct BlockingError;
Expand description
A set of errors that can occur running blocking tasks in thread pool.
Trait Implementations
Performs the conversion.
Returns appropriate status code for error. Read more
fn error_response(&self) -> HttpResponseⓘNotable traits for HttpResponse<Body>
impl Future for HttpResponse<Body> type Output = Result<Response<Body>, Error>;
fn error_response(&self) -> HttpResponseⓘNotable traits for HttpResponse<Body>
impl Future for HttpResponse<Body> type Output = Result<Response<Body>, Error>;Creates full response for error. Read more
Auto Trait Implementations
impl RefUnwindSafe for BlockingErrorimpl Send for BlockingErrorimpl Sync for BlockingErrorimpl Unpin for BlockingErrorimpl UnwindSafe for BlockingError