if error_data and error_data['exception_type']:
                error_obj = ResultError.objects.create(**error_data)
                result_data['error'] = error_obj