Skip to content

config::loader::ConfigValidationError

More...

Inherits from Exception

Public Functions

Name
None init(self self, str key_path, str message)

Public Attributes

Name
key_path
message

Detailed Description

class config::loader::ConfigValidationError;
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

None __init__(
    self self,
    str key_path,
    str message
)

Public Attributes Documentation

variable key_path

key_path;

variable message

message;

Updated on 2026-07-25 at 22:56:57 +0000