Enum ConferenceErrorType
ConferenceErrorType列舉定義了可在 ConferenceError
中指定的錯誤類型。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
ConferenceDataService.ConferenceErrorType.AUTHENTICATION
。
屬性
屬性 | 類型 | 說明 |
AUTHENTICATION | Enum | 在產生會議資料時發生驗證錯誤。 |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | 使用者無法使用所選會議解決方案 (但或許能使用外掛程式提供的其他解決方案)。 |
PERMANENT | Enum | 產生會議資料時發生永久錯誤。 |
PERMISSION_DENIED | Enum | 使用者無法在第三方會議系統中執行動作。 |
TEMPORARY | Enum | 產生會議資料時發生暫時性錯誤。 |
UNKNOWN | Enum | 產生會議資料時發生不明錯誤。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`ConferenceErrorType` is an enum used to define error types within a `ConferenceError` object in Apps Script."],["These error types include authentication issues, forbidden conference solutions, permanent or temporary errors during data generation, permission problems, and unknown errors."],["To reference a specific error type, use the syntax: `ConferenceDataService.ConferenceErrorType.[ErrorType]`, for example, `ConferenceDataService.ConferenceErrorType.AUTHENTICATION`."]]],[]]