Enum ConferenceErrorType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
회의오류유형
ConferenceError
에서 지정할 수 있는 오류 유형을 정의하는 enum입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
ConferenceDataService.ConferenceErrorType.AUTHENTICATION
입니다.
속성
속성 | 유형 | 설명 |
AUTHENTICATION | Enum | 회의 데이터 생성 중 인증 오류가 발생했습니다. |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | 사용자가 선택한 회의 솔루션을 사용할 수 없지만 부가기능에서 제공하는 다른 솔루션은 사용할 수 있습니다. |
PERMANENT | Enum | 회의 데이터 생성 중 영구 오류가 발생합니다. |
PERMISSION_DENIED | Enum | 사용자가 서드 파티 회의 시스템에서 작업을 수행할 수 없습니다. |
TEMPORARY | Enum | 회의 데이터 생성 중 일시적인 오류가 발생했습니다. |
UNKNOWN | Enum | 회의 데이터 생성 중에 알 수 없는 오류가 발생했습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 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. |"]]