networking_generic_switch.exceptions Module¶networking_generic_switch.exceptions.GenericSwitchConfigException(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = '%(option)s must be one of: %(allowed_options)s'¶networking_generic_switch.exceptions.GenericSwitchEntrypointLoadError(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message = 'Failed to load entrypoint %(ep)s: %(err)s'¶networking_generic_switch.exceptions.GenericSwitchException(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = '%(method)s failed.'¶networking_generic_switch.exceptions.GenericSwitchNetmikoConfigError(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message = 'Netmiko configuration error: %(config)s, error: %(error)s'¶networking_generic_switch.exceptions.GenericSwitchNetmikoConnectError(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message = 'Netmiko connection error: %(config)s, error: %(error)s'¶networking_generic_switch.exceptions.GenericSwitchNetmikoMethodError(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message = 'Can not parse arguments: commands %(cmds)s, args %(args)s'¶networking_generic_switch.exceptions.GenericSwitchNetmikoNotSupported(**kwargs)¶Bases: networking_generic_switch.exceptions.GenericSwitchException
message = 'Netmiko does not support device type %(device_type)s'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.