The networking_generic_switch.exceptions Module

exception networking_generic_switch.exceptions.GenericSwitchEntrypointLoadError(**kwargs)

Bases: networking_generic_switch.exceptions.GenericSwitchException

message = u'Failed to load entrypoint %(ep)s: %(err)s'
exception networking_generic_switch.exceptions.GenericSwitchException(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u'%(method)s failed.'
exception networking_generic_switch.exceptions.GenericSwitchNetmikoConnectError(**kwargs)

Bases: networking_generic_switch.exceptions.GenericSwitchException

message = u'Netmiko connection error: %(config)s, error: %(error)s'
exception networking_generic_switch.exceptions.GenericSwitchNetmikoMethodError(**kwargs)

Bases: networking_generic_switch.exceptions.GenericSwitchException

message = u'Can not parse arguments: commands %(cmds)s, args %(args)s'
exception networking_generic_switch.exceptions.GenericSwitchNetmikoNotSupported(**kwargs)

Bases: networking_generic_switch.exceptions.GenericSwitchException

message = u'Netmiko does not support device type %(device_type)s'