def errors_array_with_messages(self): errs = self._errors_as_array() for error in errs: error['msg'] = errors.get_message(error['code']) return errs