Revision b125e3b3

b/lib/errors.py
273 273
  """
274 274

  
275 275

  
276
class ConfdFatalError(GenericError):
277
  """A fatal failure in Ganeti confd.
278

  
279
  Events that compromise the ability of confd to proceed further.
280
  (for example: inability to load the config file)
281

  
282
  """
283

  
284

  
285
class ConfdRequestError(GenericError):
286
  """A request error in Ganeti confd.
287

  
288
  Events that should make confd abort the current request and proceed serving
289
  different ones.
290

  
291
  """
292

  
293

  
276 294
# errors should be added above
277 295

  
278 296

  

Also available in: Unified diff