Enum ConferenceErrorType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
कॉन्फ़्रेंसगड़बड़ीटाइप
एन्म्, जो ConferenceError
में बताई जा सकने वाली गड़बड़ियों के टाइप तय करता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
ConferenceDataService.ConferenceErrorType.AUTHENTICATION
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
AUTHENTICATION | Enum | कॉन्फ़्रेंस का डेटा जनरेट करते समय पुष्टि करने से जुड़ी गड़बड़ी. |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | उपयोगकर्ता को चुने गए कॉन्फ़्रेंस समाधान का इस्तेमाल करने की अनुमति नहीं है. हालांकि, उसे ऐड-ऑन के ज़रिए दिए गए अन्य समाधानों का इस्तेमाल करने की अनुमति दी जा सकती है. |
PERMANENT | Enum | कॉन्फ़्रेंस का डेटा जनरेट करते समय हमेशा होने वाली गड़बड़ी. |
PERMISSION_DENIED | Enum | उपयोगकर्ता को तीसरे पक्ष के कॉन्फ़्रेंसिंग सिस्टम में कोई कार्रवाई करने की अनुमति नहीं है. |
TEMPORARY | Enum | कॉन्फ़्रेंस का डेटा जनरेट करते समय, कुछ समय के लिए हुई गड़बड़ी. |
UNKNOWN | Enum | कॉन्फ़्रेंस का डेटा जनरेट करते समय कोई गड़बड़ी हुई. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]