pub const REASON_GATEWAY_ERROR: &str = "GatewayError";Expand description
Gateway error reaching Bindcar pod.
Maps to HTTP 502 Bad Gateway, 503 Service Unavailable, 504 Gateway Timeout. This indicates a network gateway or load balancer cannot reach the Bindcar pod, even though the pod might be running. Check network policies, service mesh configuration, and pod readiness probes.