Searched defs:error_code (Results 1 – 2 of 2) sorted by relevance
15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
69 def _send_back(self, msg_type, content, error_code=None): argument77 def _send_back_error(self, error_code, content): argument