logo
On this page

Error codes


This document describes the meanings, possible causes, and solutions of error codes. For any questions, contact ZEGOCLOUD Technical Support.

310xxxx Public error codes

This type of error code refers to codes of general API errors, which are usually thrown from the onError callback. Deal with the errors based on the following error code information.

Error codeError messageDescriptionPossible causeSolution
0ZegoSuperBoardSuccessSuccess--
3100001ZegoSuperBoardErrorInternalInternal error.-Contact ZEGOCLOUD Technical Support for processing.
3100002ZegoSuperBoardErrorParamInvalidInvalid parameter.The inputted parameter is incorrect.Pay attention to the information outputted by the console.
3100003ZegoSuperBoardErrorNetworkTimeoutNetwork timeout.The device is disconnected from the network or is not connected to the network.Check the network connection status of the device.
3100004ZegoSuperBoardErrorNetworkDisconnectNetwork disconnection.The device is disconnected from the network or is not connected to the network.Check the network connection status of the device.
3100005ZegoSuperBoardErrorResponseNetwork packet return error.The device is disconnected from the network or is not connected to the network.Check the network connection status of the device.
3100006ZegoSuperBoardErrorRequestTooFrequentToo frequent requests.-Control the number of sent requests.
3100007ZegoSuperBoardErrorVersionMismatchInitialization failure.The whiteboard SDK does not match with ZegoExpress-Video SDK.Use ZegoExpress-Video SDK that matches with the whiteboard SDK.
3100008ZegoSuperBoardErrorExpressImcompatibleInitialization failure.ZegoExpress-VideoSDK does not provide the whiteboard function.Use ZegoExpress-Video SDK that provides the whiteboard function.
3100009ZegoSuperBoardErrorRequestFailureRequest failure.Network error.Check the network connection status of the device.
Error codeError messageDescriptionPossible causeSolution
3110001ZegoSuperBoardErrorNoLoginRoomNo logged-in room.No room is logged in.Implement the loginRoom operation first before performing relevant actions.
Error codeError messageDescriptionPossible causeSolution
3120001ZegoSuperBoardErrorViewNotExistThe whiteboard view does not exist.The system judges that the operated whiteboard does not exist, which may be caused by network disconnection.You are advised to connect the network again.
3120002ZegoSuperBoardErrorViewCreateFailFailed to create the whiteboard view.Network error.You are advised to add the corresponding retry mechanism.
3120003ZegoSuperBoardErrorViewModifyFailFailed to modify the whiteboard view.Network error.You are advised to add the corresponding retry mechanism.
3120004ZegoSuperBoardErrorViewNameLimitThe whiteboard view name is too long.-Ensure that the whiteboard name contains at most 128 bytes.
3120005ZegoSuperBoardErrorViewParentNotExistThe parent container of the whiteboard view does not exist.The possible cause is that the parent container cannot be obtained.Ensure that the parent container has been created.
3120006ZegoSuperBoardErrorViewNumLimitThe maximum number of whiteboards has exceeded the limit.A single room allows the co-existence of at most 50 whiteboards.Delete unnecessary whiteboards.
Error codeError messageDescriptionPossible causeSolution
3130001ZegoSuperBoardErrorGraphicNotExistThe diagram element does not exist.Network error.You are advised to add the corresponding retry mechanism.
3130002ZegoSuperBoardErrorGraphicCreateFailFailed to create a diagram element.Network error.You are advised to add the corresponding retry mechanism.
3130003ZegoSuperBoardErrorGraphicModifyFailFailed to modify a diagram element.Network error.You are advised to add the corresponding retry mechanism.
3130004ZegoSuperBoardErrorGraphicUnableDrawDrawing is not enabled.-Check whether the whiteboard drawing permission is set in the code.
3130005ZegoSuperBoardErrorGraphicDataLimitThe size of a single graphic element exceeds the limit-You are advised to draw a graphic element by segment. In this manner, the drawing is restricted when the size of a single graphic element has exceeded the limit.
3130006ZegoSuperBoardErrorGraphicNumLimitThe maximum number of graphic elements has exceeded the limit.-You are advised to create a new whiteboard for drawing.
3130007ZegoSuperBoardErrorGraphicTextLimitThe number of text words has exceeded the limit.-You are advised to create a text graphic element.
3130008ZegoSuperBoardErrorGraphicImageSizeLimitThe size of the image graphic element has exceeded the limit.-Ensure that the size of the uploaded image is in the permitted range.
3130010ZegoSuperBoardErrorGraphicIllegalAddressInvalid image address.-Check whether an invalid URL or local path is transferred.
3130011ZegoSuperBoardErrorGraphicCursorOffsetLimitThe cursor offset exceeds the size of the cursor image.-Check whether the transferred cursor offset exceeds the size of the cursor image.
Error codeError messageDescriptionPossible causeSolution
3140001ZegoSuperBoardErrorInitFailInitialization failure.-Check your AppID, AppSign, and network connection status.
3140002ZegoSuperBoardErrorGetListFailFailed to pull the whiteboard view list.Network error.You can add the corresponding retry mechanism.
3140003ZegoSuperBoardErrorCreateFailFailed to create the whiteboard view.Network error.You can add the corresponding retry mechanism.
3140004ZegoSuperBoardErrorDestroyFailFailed to destroy the whiteboard view.Network error.You can add the corresponding retry mechanism.
3140005ZegoSuperBoardErrorAttachFailFailed to attach the whiteboard view.Incorrect GUI display time.Add a whiteboard again after the GUI container is ready.
3140006ZegoSuperBoardErrorClearFailFailed to view the whiteboard view.Network error.You can add the corresponding retry mechanism.
3140007ZegoSuperBoardErrorScrollFailFailed to scroll the whiteboard view.Insufficient permission causes a scrolling conflict.Check whether the permission to forbid scrolling is set in the room, or try scrolling again.
3140008ZegoSuperBoardErrorUndoFailFailed to undo.Network error or operation conflict.Try to undo again.
3140009ZegoSuperBoardErrorRedoFailFailed to redo.Network error or operation conflict.Try to redo.
3140010ZegoSuperBoardErrorLogFolderNotAccessThe log directory that is set during initialization cannot be created or written.Insufficient permission or unaccessible path.Check whether the corresponding directory permissions are granted and whether the corresponding directory is readable and writable.
3140011ZegoSuperBoardErrorCacheFolderNotAccessThe cache directory that is set during initialization cannot be created or written.Insufficient permission or unaccessible path.Check whether the corresponding directory permissions are granted and whether the corresponding directory is readable and writable.
3140012ZegoSuperBoardErrorSwitchFailFailed to switch the whiteboard view.Network error or operation conflict.Try to switch again.
Error codeError messageDescriptionPossible causeSolution
3150001ZegoSuperBoardErrorNoAuthScaleNo permission is available to scale in or out a whiteboard.The server configuration permission is disabled.Check the server permission status.
3150002ZegoSuperBoardErrorNoAuthScrollNo permission is available to scroll a whiteboard.The server configuration permission is disabled.Check the server permission status.
3150003ZegoSuperBoardErrorNoAuthCreateGraphicNo permission is available to create a graphic element.The server configuration permission is disabled.Check the server permission status.
3150004ZegoSuperBoardErrorNoAuthUpdateGraphicNo permission is available to edit a graphic element.The server configuration permission is disabled.Check the server permission status.
3150005ZegoSuperBoardErrorNoAuthMoveGraphicNo permission is available to move a whiteboard.The server configuration permission is disabled.Check the server permission status.
3150006ZegoSuperBoardErrorNoAuthDeleteGraphicNo permission is available to delete a whiteboard.The server configuration permission is disabled.Check the server permission status.
3150007ZegoSuperBoardErrorNoAuthClearGraphicNo permission is available to clear a whiteboard.The server configuration permission is disabled.Check the server permission status.
Error codeError messageDescriptionPossible causeSolution
3131001ZegoSuperBoardErrorAuthParamInvalidIncorrect authentication parameter.-Check whether the transferred parameter is correct.
3131002ZegoSuperBoardErrorFilePathNotAccessInsufficient path permission.1. The log directory transferred during initialization is unavailable.
2. The cache directory transferred during initialization is unavailable.
2. The data directory transferred during initialization is unavailable.
Check the transferred parameter.
3131003ZegoSuperBoardErrorInitFailedInitialization failure1. The AppID or AppSign is incorrect.
2. The transferred isTestEnv environment parameter is incorrect.
Check the transferred parameter.
3131004ZegoSuperBoardErrorSizeInvalidInvalid file window size.Internal error.Contact ZEGOCLOUD Technical Support for processing.
3131005ZegoSuperBoardErrorFreeSpaceLimitInsufficient local space.The device has insufficient storage space.Check whether the device has sufficient remaining storage space, and clear the cache of the mobile phone.
3131008ZegoSuperBoardErrorEmptyDomainEmpty domain name.Internal error.Contact ZEGOCLOUD Technical Support for processing.
3131009ZegoSuperBoardErrorDuplicateInitInitialized.It has been initialized.No measure needs to be taken.
3131011ZegoSuperBoardErrorDocLogFolderNotAccessThe log directory that is set during initialization cannot be created or written.LogPath is incorrectly set.Check the value of LogPath.
3131012ZegoSuperBoardErrorDocCacheFolderNotAccessThe cache directory that is set during initialization cannot be created or written.cachePath is incorrectly set.Check the value of cachePath.
3131013ZegoSuperBoardErrorDocDataFolderNotAccessThe data directory that is set during initialization cannot be created or written.LogPath is incorrectly set.Check the value of LogPath.
3131015ZegoSuperBoardErrorCacheFailedPre-loading failure.The pre-loading fails due to a network error.Check the device network connection.

Previous

Create and switch between multiple whiteboards