Function export_error_page

Source
pub fn export_error_page(
    dir: PathBuf,
    opts: &ExportErrorPageOpts,
    tools: &Tools,
    global_opts: &Opts,
    prompt: bool,
) -> Result<i32, ExecutionError>
Expand description

Exports a single error page for the given HTTP status code to the given location.