Open
Description
See pydantic/pydantic-settings#538. PydanticSettings does not report what source has encountered the validation error.
A drastic approach might be to monkeypatch InitSettingsSource to run the settings_cls validation after reading values from the source.