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