MCPcopy
hub / github.com/github/spec-kit / PresetValidationError

Class PresetValidationError

src/specify_cli/presets/__init__.py:105–107  ·  view source on GitHub ↗

Raised when preset manifest validation fails.

Source from the content-addressed store, hash-verified

103
104
105class PresetValidationError(PresetError):
106 """Raised when preset manifest validation fails."""
107 pass
108
109
110class PresetCompatibilityError(PresetError):

Callers 8

_load_yamlMethod · 0.85
_validateMethod · 0.85
_register_commandsMethod · 0.85
install_from_zipMethod · 0.85
_validate_catalog_urlMethod · 0.85
_load_catalog_configMethod · 0.85
resolve_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected