示例#1
0
 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
示例#2
0
 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
示例#3
0
    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
示例#4
0
    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