mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add salt master error
This commit is contained in:
parent
88c2983de2
commit
10cce187a4
@ -14,6 +14,12 @@ class SaltClientError(SaltException):
|
||||
'''
|
||||
pass
|
||||
|
||||
class SaltMasterError(SaltException):
|
||||
'''
|
||||
Problem reading the master root key
|
||||
'''
|
||||
pass
|
||||
|
||||
class AuthenticationError(SaltException):
|
||||
'''
|
||||
If sha256 signature fails during decryption
|
||||
|
Loading…
Reference in New Issue
Block a user