Revision 685ee993 lib/errors.py

b/lib/errors.py
152 152
  """
153 153

  
154 154

  
155
class JobLost(GenericError):
156
  """Submitted job lost.
157

  
158
  The job was submitted but it cannot be found in the current job
159
  list.
160

  
161
  """
162

  
163

  
155 164
class ResolverError(GenericError):
156 165
  """Host name cannot be resolved.
157 166

  

Also available in: Unified diff