config::loader::ConfigValidationError¶
Inherits from Exception
Public Functions¶
| Name | |
|---|---|
| None | init(self self, str key_path, str message) |
Public Attributes¶
| Name | |
|---|---|
| key_path | |
| message |
Detailed Description¶
Raised when pipeline or specialist config fails schema validation.
The error message includes the YAML key path (e.g., "endpoints.litellm.url")
to help diagnose the exact location of the invalid field.
Public Functions Documentation¶
function init¶
Public Attributes Documentation¶
variable key_path¶
variable message¶
Updated on 2026-07-25 at 22:56:57 +0000