Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
class
ValidationError(Exception):
17
""
"Custom exception for validation errors"
""
18
pass
19
20
class
ConfigError(Exception):
21
pass
Callers
15
validate
Method · 0.50
handle_streamlined_config
Method · 0.50
save_config
Method · 0.50
load_config
Method · 0.50
_load_json
Method · 0.50
_load_yaml
Method · 0.50
_resolve_private_key
Method · 0.50
encrypted_content
Method · 0.50
decrypt_config_file
Method · 0.50
validate_port
Method · 0.50
validate_cert_file
Method · 0.50
validate_certpassword
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected