mns/mns_xml_handler.py [340:347]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @staticmethod
    def decodeError(xml_data, req_id=None):
        try:
            return ErrorDecoder.decodeError(xml_data, req_id)
        except Exception:
            pass

        data_listofdic = []
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mns/mns_xml_handler.py [444:451]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @staticmethod
    def decodeError(xml_data, req_id=None):
        try:
            return ErrorDecoder.decodeError(xml_data, req_id)
        except Exception:
            pass

        data_listofdic = []
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



