ZegoSuperBoardError class
Properties
-
errorCode
↔ int
-
Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.
0 Success
3100001 Internal error.
3100002 Incorrect parameter. Pay attention to the information output by the console.
3100003 Network timeout.
3100004 Network interruption.
3100005 Network packet return error.
3100006 Too frequent requests.
3100007 Initialization failed. Use the ZegoExpress-Video SDK that matches the whiteboard version.
3100008 Initialization failed. Use the ZegoExpress-Video SDK that provides the whiteboard function.
3100009 Request failure.
3100010 Whiteboard token expired.
3100011 Docs token expired.
3100012 Docs token expired file or sign invalid.
3110001 You have not logged in to the room.
3120001 The whiteboard view does not exist.
3120002 Failed to create the whiteboard view.
3120003 Failed to modify the whiteboard view.
3120004 The whiteboard view name is too long.
3120005 The parent container of the whiteboard view does not exist.
3120006 The number of whiteboards exceeds the upper limit.
3120007 The animation information is too long.
3130001 The diagram element does not exist.
3130002 Diagram element creation error.
3130003 Diagram element modification error.
3130004 Drawing is disabled.
3130005 The data size of a single diagram element exceeds the limit.
3130006 The number of diagram elements exceeds the upper limit.
3130007 The number of text words exceeds the limit.
3130008 The size of the image diagram element exceeds the upper limit.
3130009 Unsupported image type.
3130010 Invalid image URL. Possible causes: An invalid network URL is entered when the image is specified. An invalid local path is entered when the image is specified.
3130011 The set cursor offset exceeds the limit.
3140001 Initialization failed.
3140002 Failed to obtain the whiteboard view list.
3140003 Failed to create the whiteboard view.
3140004 Failed to destroy the whiteboard view.
3140005 Failed to attach the whiteboard view.
3140006 Failed to clear the whiteboard view.
3140007 Failed to scroll the whiteboard view.
3140008 Undo operation failed.
3140009 Redo operation failed.
3140010 Unable to create or write the log directory set during initialization.
3140011 Unable to create or write the cache directory set during initialization.
3140012 Whiteboard view switching failed.
3150001 No whiteboard zooming permission.
3150002 No whiteboard scrolling permission.
3150003 No diagram element creation permission.
3150004 No diagram element editing permission.
3150005 No whiteboard movement permission.
3150006 No whiteboard deletion permission.
3150007 No whiteboard clearing permission.
3111001 Unable to find the corresponding local file. Possible causes: An incorrect file path is visited during uploading. The local file is deleted.
3111002 Upload failed.
3111003 Unsupported rendering mode.
3121001 The file to be transcoded is encrypted. Possible causes: A password is required for Word file access. A password is required for Excel file access. A password is required for PPT file access.
3121002 Too much file content. Possible causes: The size of the Excel file exceeds 10 MB. It takes a long time to open the Excel file. The size of the text file exceeds 2 MB. The size of other files exceeds 100 MB.
3121003 The file contains too many pages. Possible causes: The Excel file contains more than 20 sheets. The Word file contains more than 500 pages. The PPT file contains more than 500 pages.
3121004 Format conversion failed.
3131005 Insufficient local space.
3131006 File uploading is not supported.
3131007 An identical file is being uploaded.
3131008 Empty domain name.
3131009 Initialized.
3131010 The corresponding transcoded file cannot be found. Possible causes: An incorrect file ID is entered when the file is visited. For example, different App IDs are used when the file is uploaded and currently visited. The corresponding transcoded file is deleted. The environment for file uploading is different from that for file visiting.
3131011 Unable to create or write the log directory set during initialization.
3131012 Unable to create or write the cache directory set during initialization.
3131013 Unable to create or write the data directory set during initialization.
3131014 This file cannot be pre-loaded. Contact ZEGOCLOUD technical support. Possible causes: The service is not activated for the current App ID. The file does not support pre-loading.
3131015 Pre-loading failed. Possible causes: A network error occurred.
3131016 Invalid ZIP file. Possible causes: The ZIP file is invalid. The file is damaged.
3131017 Invalid H5 file. The file does not meet the H5 file specifications defined by ZEGOCLOUD. Possible causes: The file does not contain index.html.
3131018 The file is damaged.
3131019 The file content is incomplete.
3131020 The SDK uninit.
3121005 Format conversion canceled.
3121006 The file content is empty. Possible causes: The PDF file has no content. The PPT file has no content. The Excel file has no content. The Word file has no content.
3121008 The source file has elements that do not support transcoding.
3121009 The file suffix does not meet the file specifications defined by ZEGOCLOUD.
3121010 The source file has security risks and cannot be opened.
3121011 After transcoding is ended, some images or audio or video files failed to be exported.
3131001 Authentication parameter error.
3131002 Insufficient path permission. Possible causes: The log directory transferred during initialization is unavailable. The cache directory transferred during initialization is unavailable. The data directory transferred during initialization is unavailable.
3131003 Initialization failed.
3121007 The file is read-only. Possible causes: The animated PPT file is set to read-only, which will cause a transcoding failure. The animated PPT file contains fonts that are not supported by the transcoding server, which will cause a transcoding failure.
3131004 Unable to obtain the width and height of the current view.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited