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 code | Description |
---|---|
0 | Request successful. |
100000004 | The signature has expired. |
100000005 | The signature is invalid. |
300000002 | The app has not activated the Cloud Recording service. |
300000003 | Requests have exceeded the upper limit. |
300000004 | The parameter is invalid. |
300001000 | The recording task does not exist. |
300001001 | The 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. |
300001004 | The recording is not paused. |
300010000 | System error. |