Home
last modified time | relevance | path

Searched refs:YnlException (Results 1 – 1 of 1) sorted by relevance

/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py35 class YnlException(Exception): class
295 raise YnlException(f"Auto-scalar len payload be 4 or 8 bytes, got {len(self.raw)}")
479 raise YnlException(f"Netlink error: {nl_msg.error}")
530 raise YnlException(f"Netlink error: {nl_msg.error}")
599 raise YnlException(f'Multicast group "{mcast_name}" not present in the spec')
628 raise YnlException(f'Multicast group "{mcast_name}" not present in the family')
650 raise YnlException(
652 raise YnlException(f"Attribute '{name}' not defined in any attribute-set")
707 raise YnlException(f"Family '{self.yaml['name']}' not supported by the kernel") from err
807 raise YnlException(f"Space '{space}' has no attribute '{name}'") from err
[all …]