def _get_api_call(self): super_ = \ super(UnsuccessfulCreatePropertyGroup, self)._get_api_call() api_call = UnsuccessfulAPICall.init_from_generalization( super_, exception=self._exception, ) return api_call
def _get_api_call(self): super_ = \ super(UnsuccessfulCreateStaticContactList, self)._get_api_call() api_call = UnsuccessfulAPICall.init_from_generalization( super_, exception=self._exception, ) return api_call