Revision e22af31d lib/errors.py

b/lib/errors.py
305 305
  """
306 306

  
307 307

  
308
class ConfdFatalError(GenericError):
309
  """A fatal failure in Ganeti confd.
310

  
311
  Events that compromise the ability of confd to proceed further.
312
  (for example: inability to load the config file)
313

  
314
  """
315

  
316

  
317 308
class ConfdRequestError(GenericError):
318 309
  """A request error in Ganeti confd.
319 310

  

Also available in: Unified diff