Enum ConferenceErrorType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
会议错误类型
枚举,用于定义您可以在 ConferenceError
中指定的错误类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
ConferenceDataService.ConferenceErrorType.AUTHENTICATION
。
属性
属性 | 类型 | 说明 |
AUTHENTICATION | Enum | 在生成会议数据期间发生身份验证错误。 |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | 用户无法使用所选的会议解决方案(但可能可以使用该插件提供的其他解决方案)。 |
PERMANENT | Enum | 在生成会议数据期间发生永久性错误。 |
PERMISSION_DENIED | Enum | 用户无权在第三方会议系统中执行操作。 |
TEMPORARY | Enum | 在生成会议数据期间出现临时错误。 |
UNKNOWN | Enum | 在生成会议数据期间发生未知错误。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):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. |"]]