Enum ConferenceErrorType
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
ConferenceErrorType
ConferenceError
içinde belirtebileceğiniz hata türlerini tanımlayan bir enum.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
ConferenceDataService.ConferenceErrorType.AUTHENTICATION
.
Özellikler
Mülk | Tür | Açıklama |
AUTHENTICATION | Enum | Konferans verileri oluşturulurken kimlik doğrulama hatası. |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | Kullanıcının, seçilen konferans çözümünü kullanmasına izin verilmez (ancak eklenti tarafından sunulan diğer çözümleri kullanmasına izin verilebilir). |
PERMANENT | Enum | Konferans verileri oluşturulurken kalıcı bir hata oluştu. |
PERMISSION_DENIED | Enum | Kullanıcının üçüncü taraf konferans sisteminde işlem yapmasına izin verilmiyor. |
TEMPORARY | Enum | Konferans verileri oluşturulurken geçici bir hata oluştu. |
UNKNOWN | Enum | Konferans verileri oluşturulurken bilinmeyen bir hata oluştu. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eConferenceErrorType\u003c/code\u003e is an enum used to define error types within a \u003ccode\u003eConferenceError\u003c/code\u003e object in Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eThese error types include authentication issues, forbidden conference solutions, permanent or temporary errors during data generation, permission problems, and unknown errors.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific error type, use the syntax: \u003ccode\u003eConferenceDataService.ConferenceErrorType.[ErrorType]\u003c/code\u003e, for example, \u003ccode\u003eConferenceDataService.ConferenceErrorType.AUTHENTICATION\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum ConferenceErrorType\n\nConferenceErrorType\n\nEnum that defines the types of errors that you can specify in a [ConferenceError](/apps-script/reference/conference-data/conference-error).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nConferenceDataService.ConferenceErrorType.AUTHENTICATION`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `AUTHENTICATION` | `Enum` | An authentication error during conference data generation. |\n| `CONFERENCE_SOLUTION_FORBIDDEN` | `Enum` | The user is not allowed to use the selected conference solution (but might be allowed to use other solutions offered by the add-on). |\n| `PERMANENT` | `Enum` | A permanent error during conference data generation. |\n| `PERMISSION_DENIED` | `Enum` | The user isn't allowed to perform an action in the third-party conferencing system. |\n| `TEMPORARY` | `Enum` | A temporary error during conference data generation. |\n| `UNKNOWN` | `Enum` | An unknown error during conference data generation. |"]]