pub fn init_error(
    extension_id: &str,
    error_type: &str,
    request: Option<ErrorRequest<'_>>
) -> Result<Request<Body>, Error>
Expand description

Create a new init error request to send to the Extensions API