MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / ValidationError

Class ValidationError

keepercommander/service/util/exceptions.py:16–18  ·  view source on GitHub ↗

Custom exception for validation errors

Source from the content-addressed store, hash-verified

14 pass
15
16class ValidationError(Exception):
17 """Custom exception for validation errors"""
18 pass
19
20class ConfigError(Exception):
21 pass

Callers 15

validateMethod · 0.50
save_configMethod · 0.50
load_configMethod · 0.50
_load_jsonMethod · 0.50
_load_yamlMethod · 0.50
_resolve_private_keyMethod · 0.50
encrypted_contentMethod · 0.50
decrypt_config_fileMethod · 0.50
validate_portMethod · 0.50
validate_cert_fileMethod · 0.50
validate_certpasswordMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected