exceptions
scrapli_netconf.exceptions
CapabilityNotSupported
¶
Bases: ScrapliException
Exception for unsupported capabilities
Source code in scrapli_netconf/exceptions.py
9 10 |
|
CouldNotExchangeCapabilities
¶
Bases: ScrapliException
Exception for failure of capabilities exchange
Source code in scrapli_netconf/exceptions.py
5 6 |
|