We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try: if_nametoindex('qweqweq') except Exception as err: print(err.errno) None
I think it's a bug because I can not distinguish from any other OS errors precisely (like EPERM vs ENOENT or so)