Open
Description
For sheddable requests, we currently return a blank error code and message that the request was dropped due to "system saturated": https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/epp/requestcontrol/director.go#L170
This doesn't distinguish between the case where we don't have any endpoints to select from (no ready pods) and the case where we do, but are saturated.
/assign @LukeAVanDrie