The networking_generic_switch.exceptions
Module¶
-
exception
networking_generic_switch.exceptions.
GenericSwitchConfigException
(**kwargs)¶ Bases:
neutron_lib.exceptions.NeutronException
-
message
= '%(option)s must be one of: %(allowed_options)s'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchEntrypointLoadError
(**kwargs)¶ Bases:
networking_generic_switch.exceptions.GenericSwitchException
-
message
= 'Failed to load entrypoint %(ep)s: %(err)s'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchException
(**kwargs)¶ Bases:
neutron_lib.exceptions.NeutronException
-
message
= '%(method)s failed.'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchNetmikoConfigError
(**kwargs)¶ Bases:
networking_generic_switch.exceptions.GenericSwitchException
-
message
= 'Netmiko configuration error: %(config)s, error: %(error)s'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchNetmikoConnectError
(**kwargs)¶ Bases:
networking_generic_switch.exceptions.GenericSwitchException
-
message
= 'Netmiko connection error: %(config)s, error: %(error)s'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchNetmikoMethodError
(**kwargs)¶ Bases:
networking_generic_switch.exceptions.GenericSwitchException
-
message
= 'Can not parse arguments: commands %(cmds)s, args %(args)s'¶
-
-
exception
networking_generic_switch.exceptions.
GenericSwitchNetmikoNotSupported
(**kwargs)¶ Bases:
networking_generic_switch.exceptions.GenericSwitchException
-
message
= 'Netmiko does not support device type %(device_type)s'¶
-