interface GcpCloudRunJobErrorTextConfig {
    cloud_run_job_region_id: string;
    error: Error;
    gcp_project_id: string;
    title?: string;
}

Properties

cloud_run_job_region_id: string

GCP region where the Cloud Run Job is being executed. Is this available from the environment?

error: Error
gcp_project_id: string

GCP project ID. Is this available from the environment?

title?: string