This Page

The quantum.plugins.cisco.common.cisco_faults Module

exception quantum.plugins.cisco.common.cisco_faults.CredentialNotFound(detail=None, headers=None, comment=None, body_template=None, **kw)

Bases: webob.exc.HTTPClientError

subclass of HTTPClientError

This indicates that the server did not find the Credential specified in the HTTP request

code: 451, title: Credential not Found

code = 451
explanation = u'Unable to find a Credential with the specified identifier.'
title = u'Credential Not Found'
exception quantum.plugins.cisco.common.cisco_faults.Fault(exception)

Bases: webob.exc.HTTPException

Error codes for API faults

exception quantum.plugins.cisco.common.cisco_faults.NovatenantNotFound(detail=None, headers=None, comment=None, body_template=None, **kw)

Bases: webob.exc.HTTPClientError

subclass of HTTPClientError

This indicates that the server did not find the Novatenant specified in the HTTP request

code: 453, title: Nova tenant not Found

code = 453
explanation = u'Unable to find a Novatenant with the specified identifier.'
title = u'Nova tenant Not Found'
exception quantum.plugins.cisco.common.cisco_faults.PortNotFound(detail=None, headers=None, comment=None, body_template=None, **kw)

Bases: webob.exc.HTTPClientError

subclass of HTTPClientError

This indicates that the server did not find the port specified in the HTTP request for a given network

code: 430, title: Port not Found

code = 430
explanation = u'Unable to find a port with the specified identifier.'
title = u'Port not Found'
exception quantum.plugins.cisco.common.cisco_faults.QosNotFound(detail=None, headers=None, comment=None, body_template=None, **kw)

Bases: webob.exc.HTTPClientError

subclass of HTTPClientError

This indicates that the server did not find the QoS specified in the HTTP request

code: 452, title: QoS not Found

code = 452
explanation = u'Unable to find a QoS with the specified identifier.'
title = u'QoS Not Found'
exception quantum.plugins.cisco.common.cisco_faults.RequestedStateInvalid(detail=None, headers=None, comment=None, body_template=None, **kw)

Bases: webob.exc.HTTPClientError

subclass of HTTPClientError

This indicates that the server could not update the port state to to the request value

code: 431, title: Requested State Invalid

code = 431
explanation = u'Unable to update port state with specified value.'
title = u'Requested State Invalid'