SDK error codes

For error codes from 1 to 100000, see the definitions in the Video SDK for iOS 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
ErrorOK0No errors.None.
IMErrorUnknown100000Unknown error.Check your code.
IMErrorInvalidApp100001Invalid entryID
IMErrorInvalidParam100002Invalid parameterCheck the error information to locate it.
IMErrorAuth100003Authorization error
IMErrorKicked100004Kicked out of the server
IMErrorClient100005Client error
IMErrorServer100006Server error
IMErrorNetwork100007Network errorCheck your network.
UserNameLength110000UserName length errorKeep the userName between 1 to 34 characters.