heat.engine.clients.client_exception module¶
- exception heat.engine.clients.client_exception.EntityMatchNotFound(entity=None, args=None, **kwargs)[source]¶
 Bases:
HeatException- msg_fmt = 'No %(entity)s matching %(args)s.'¶
 
- exception heat.engine.clients.client_exception.EntityUniqueMatchNotFound(entity=None, args=None, **kwargs)[source]¶
 Bases:
EntityMatchNotFound- msg_fmt = 'No %(entity)s unique match found for %(args)s.'¶
 
- exception heat.engine.clients.client_exception.InterfaceNotFound(**kwargs)[source]¶
 Bases:
HeatException- msg_fmt = 'No network interface found for server %(id)s.'¶