8-9 Ekim'de Sunnyvale, Kaliforniya ve 21-22 Ekim'de Paris, Fransa'da düzenlenecek Google Workspace Developer Summit'e katılın.
Diğer geliştiricilerle bağlantı kurmak ve en yeni özellikler ile güncellemelerin önizlemesini görmek için hemen kaydolun.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Daha iyi mesajlar ve günlükler sağlamak için Anahtar Erişim Kontrol Listesi Hizmeti (KACLS)
işlem hataları, gövdede yapılandırılmış bir JSON yanıtı döndürür.
Standart HTTP durum kodları kullanılır.
JSON gösterimi
{"code": int,"message": string,"details": string}
Alanlar
code
int
Standart HTTP durum kodu
message
string (UTF-8)
İnsan tarafından okunabilen bir hata mesajı.
details
string (UTF-8)
Hatayla ilgili diğer ayrıntılar (ör. yığın izleme)
[[["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-07-25 UTC."],[],["KACLS operation failures now return a structured JSON response in the body, using standard HTTP status codes. The JSON format includes three fields: `code` (an integer representing the HTTP status), `message` (a human-readable error string), and `details` (a string providing further information like a stack trace). This structured format improves the quality of error messages and logs.\n"]]