logo
On this page

Return codes


After calling the Cloud Recording server APIs, the server returns the result with the Code field, which can be used to determine whether the request is successful.

This document lists the common return codes when using the Cloud Recording APIs.

Error codeDescription
0Request successful.
100000004The signature has expired.
100000005The signature is invalid.
300000002The app has not activated the Cloud Recording service.
300000003Requests have exceeded the upper limit.
300000004The parameter is invalid.
300001000The recording task does not exist.
300001001The recording task has stopped. The reason may be that you call the [Stop recording] method or the recording conditions trigger the auto-stop recording. To know the conditions that trigger the auto-stop recording, refer to the MaxIdleTime and MaxRecordTime parameters.
300001004The recording is not paused.
300010000System error.

Previous

Recording status callback

Next

API testing with Postman

On this page

Back to top