SDK error codes

For error codes from 1 to 100000, see the definitions in the Video SDK for Android Error code documentation.

Error code table

This table lists the error codes by name, number, and description, and includes suggestions for troubleshooting.

Note The error name includes ZoomCCSDKError_ followed by the error name. For example, ZoomCCSDKError_ErrorOK is the full error name for the first error in the list below.

NameCodeDescriptionSuggestion
kIMErrorOK0No errors.None.
kIMErrorUnknown100000Unknown error.Check your code.
kIMErrorInvalidApp100001Invalid entryID
kIMErrorInvalidParam100002Invalid parameterCheck the error information to locate it.
kIMErrorAuth100003Authorization error
kIMErrorKicked100004Kicked out of the server
kIMErrorClient100005Client error
kIMErrorServer100006Server error
kIMErrorNetwork100007Network errorCheck your network.
kUserNameLength110000UserName length errorKeep the userName between 1 to 34 characters.