Lines Matching refs:error
213 for error in case.errors:
214 if error["message"] or error["output"]:
216 if error["message"]:
217 attrs["message"] = decode(error["message"], encoding)
218 if error["type"]:
219 attrs["type"] = decode(error["type"], encoding)
221 if error["output"]:
222 error_element.text = decode(error["output"], encoding)
406 error = {}
407 error["message"] = message
408 error["output"] = output
409 error["type"] = error_type
412 self.errors.append(error)
414 self.errors.append(error)