13c7272910
The Parameter Manager configuration error used a plain string with the exception placeholder left uninterpolated, so callers saw the literal placeholder instead of the default-credential exception that explained the failure. This interpolates the caught exception into the raised ValueError. Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 949190934