Skip to main content

CsrfError

Type Alias CsrfError 

Source
pub type CsrfError = ActixAdminError;
Expand description

Marker error type returned by verify_csrf. Currently equivalent to ActixAdminError with ty = ActixAdminErrorType::CsrfError \u2014 kept as a distinct alias in case a future release wants richer diagnostics.

Aliased Type§

pub struct CsrfError {
    pub ty: ActixAdminErrorType,
    pub msg: String,
}

Fields§

§ty: ActixAdminErrorType§msg: String