MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / HookValidationError

Class HookValidationError

src/hooks/config_manager.py:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclass
31class HookValidationError:
32 event: str
33 index: int
34 field: str
35 message: str
36 severity: str = "error"
37
38
39def _get_settings_path() -> Path:

Callers 2

validate_hook_configsFunction · 0.85
validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected