//! Error pages.
//!
//! Each is field-free on purpose: an error response must not depend on
//! loading data that may itself be what failed. The status text and any
//! detail live in the client component.
use *;
/// Props for the `errors/404` component: nothing was found.
/// Props for the `errors/419` component: the session or CSRF token expired.
/// Props for the `errors/500` component: the server failed.