MCPcopy
hub / github.com/saltstack/salt / SaltCacheError

Class SaltCacheError

salt/exceptions.py:320–323  ·  view source on GitHub ↗

Thrown when a problem was encountered trying to read or write from the salt cache

Source from the content-addressed store, hash-verified

318
319
320class SaltCacheError(SaltException):
321 """
322 Thrown when a problem was encountered trying to read or write from the salt cache
323 """
324
325
326class TimeoutError(SaltException):

Callers 15

storeFunction · 0.90
fetchFunction · 0.90
updatedFunction · 0.90
flushFunction · 0.90
list_Function · 0.90
list_allFunction · 0.90
containsFunction · 0.90
run_queryFunction · 0.90
storeFunction · 0.90
_get_cacheFunction · 0.90
_encode_key_entryFunction · 0.90
_check_idFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected