Interface GcpCloudRunServiceErrorTextConfig

interface GcpCloudRunServiceErrorTextConfig {
    cloud_run_service_region_id: string;
    error: Error;
    gcp_project_id: string;
    title?: string;
}

Properties

cloud_run_service_region_id: string

GCP region where the Cloud Run service 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