Revision f4a2f532 lib/errors.py

b/lib/errors.py
98 98
  pass
99 99

  
100 100

  
101
class SignatureError(GenericError):
102
  """Error authenticating a remote message.
103

  
104
  This is raised when the hmac signature on a message doesn't verify correctly
105
  to the message itself. It can happen because of network unreliability or
106
  because of spurious traffic.
107

  
108
  """
109
  pass
110

  
111

  
101 112
class ParameterError(GenericError):
102 113
  """A passed parameter to a command is invalid.
103 114

  

Also available in: Unified diff