Bu yöntemler için API, eşzamansız işlemin durumuyla ilgili ayrıntıları istemek için kullanabileceğiniz bir uzun süreli işlem döndürür. İşlem tamamlandığında, uzun süreli işlem error ve response alanlarını doldurur. Google Ads API'de işlem response değerini her zaman bir Empty değeriyle doldurur ve error varlığı, tam bir hata listesinin başka bir API çağrısından alınabileceğini belirtir.
Uzun süreli işlemin bir parçası olarak hataların tam listesi döndürüldüyse eşzamansız ilerlemeyi takip etmezseniz hatalar oluşabilir ve yanıt, basit bir anket isteğinden beklediğinizden daha büyük olabilir. Bu nedenle, uzun süreli işlem yalnızca hata olduğunu gösterir ve belirli hataları getirmek için bir API uç noktası kullanmanız gerekir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-29 UTC."],[[["The `ExperimentService` uses a different error reporting mechanism for its asynchronous operations like scheduling and promoting experiments."],["Asynchronous operations return a longrunning operation; check its `error` field to see if errors occurred during the operation."],["To retrieve the full list of errors for an asynchronous experiment operation, use the `ExperimentService.ListExperimentAsyncErrors` method with the experiment's resource name."],["Instead of including all errors in the initial response, this approach prevents potential data loss and keeps response sizes manageable."]]],[]]