On this page

Global Return Codes

2026-03-20

After calling the Digital Human API server API, the server will return a response containing the Code field. You can use this field to determine whether the request was successful.

Return CodeDescriptionRecommended Action
0Success.-
100000004Signature expired.Please regenerate the signature.
100000005Signature error.Please verify that the signature generation parameters are correct.
400000001Invalid input parameters.Please adjust the corresponding parameter values based on the Message prompt.
400000002Digital Human API service not enabled.Please contact ZEGOCLOUD Technical Support to enable the permission.
400000003Digital Human not found.Please verify that the configured DigitalHumanId is correct.
400000004Timbre not found.Please verify that the configured TimbreId is correct.
400000005Task not found.Please verify that the configured TaskId is correct.
400000006Digital Human video stream not started.Please wait for the Digital Human video stream to start before operating.
400000007Digital Human video stream already stopped.No need to repeatedly call the stop Digital Human video stream task API.
400000008Digital Human video stream concurrency limit exceeded.Please verify whether the current concurrency exceeds the limit.
400000009Digital Human video stream does not support the current timbre.Please use a different timbre.
400000010Digital Human internal configuration error.You can first use another DigitalHumanId to create a Digital Human video stream task promptly, then contact ZEGOCLOUD Technical Support to adjust the internal configuration.
400000015The current stream ID already exists.Please change the stream ID or end the current stream task.
400000016Digital Human model version error.Please contact ZEGOCLOUD Technical Support for assistance.
400010000System error.Please contact ZEGOCLOUD Technical Support for assistance.
400010001No API call permission.Please contact ZEGOCLOUD Technical Support to enable the permission.
400010002System busy.Please retry later.
400010007Insufficient resources.No available nodes. Please contact ZEGOCLOUD Technical Support.
400010009API rate limit exceeded.Please retry later, or check the relevant API documentation for rate limit details.

Previous

Receiving Callbacks

On this page

Back to top