pub fn provider_start_failed(
provider_ref: impl AsRef<str>,
provider_id: impl AsRef<str>,
host_id: impl AsRef<str>,
error: &Error,
) -> ValueExpand description
Generates an event payload for when a provider fails to start
§Arguments
provider_ref- Reference to the provider imageprovider_id- Unique identifier for the providerhost_id- ID of the host where start failederror- The error that caused the start failure
§Returns
JSON object containing provider start failure details