def __str__(self): return "nfc.llcp.Error: [{0}] {1}".format( errno.errorcode[self.errno], self.strerror)