Enum 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 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]