If there is an Error field in the response, it means that the API call failed. For example:
{
"Response": {
"Error": {
"Code": "AuthFailure.SignatureFailure",
"Message": "The provided credentials could not be validated. Please check your signature is correct."
},
"RequestId": "ed93f3cb-f35e-473f-b9f3-0d451b8b79c6"
}
}
Code in Error indicates the error code, and Message indicates the specific information of the error.
Error Code | Description |
---|---|
UnsupportedOperation | Unsupported operation. |
ResourceInUse | Resource is in use. |
InternalError | Internal error. |
RequestLimitExceeded | The number of requests exceeds the frequency limit. |
AuthFailure.SecretIdNotFound | Key does not exist. Check if the key has been deleted or disabled in the console, and if not, check if the key is correctly entered. Note that whitespaces should not exist before or after the key. |
LimitExceeded | Quota limit exceeded. |
NoSuchVersion | The API version does not exist. |
ResourceNotFound | The resource does not exist. |
AuthFailure.SignatureFailure | Invalid signature. Signature calculation error. Please ensure you’ve followed the signature calculation process described in the Signature API documentation. |
AuthFailure.SignatureExpire | Signature expired. Timestamp and server time cannot differ by more than five minutes. Please ensure your current local time matches the standard time. |
UnsupportedRegion | API does not support the requested region. |
UnauthorizedOperation | Unauthorized operation. |
InvalidParameter | Incorrect parameter. |
ResourceUnavailable | Resource is unavailable. |
AuthFailure.MFAFailure | MFA failed. |
AuthFailure.UnauthorizedOperation | The request is not authorized. For more information, see the CAM documentation. |
AuthFailure.InvalidSecretId | Invalid key (not a TencentCloud API key type). |
AuthFailure.TokenFailure | Token error. |
DryRunOperation | DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used. |
FailedOperation | Operation failed. |
UnknownParameter | Unknown parameter. |
UnsupportedProtocol | HTTP(S) request protocol error; only GET and POST requests are supported. |
InvalidParameterValue | Invalid parameter value. |
InvalidAction | The API does not exist. |
MissingParameter | A parameter is missing. |
ResourceInsufficient | Insufficient resource. |
Error Code | Description |
---|---|
AuthFailure.UnRealNameAuthenticated | Identity verification has not been completed, so this operation is not allowed. |
FailedOperation.MixSessionNotExist | No On-Cloud MixTranscoding template is set for this room. |
FailedOperation.RequestRejection | The TencentCloud API On-Cloud MixTranscoding template conflicts with On-Cloud MixTranscoding settings in the SDK. |
FailedOperation.RoomNotExist | The room does not exist. |
InternalError.BackendFail | Failed to access the backend service. |
InternalError.BackendTimeOut | Backend service access timed out. |
InternalError.DBError | An error occurred while querying the database. |
InternalError.EsQueryError | An error occurred while querying ES. |
InternalError.GetRoomCacheIpError | Failed to query the room. |
InternalError.HttpParaseFalied | Failed to parse the HTTP request. |
InternalError.InterfaceErr | API error. |
InternalError.MethodErr | Unsupported method. |
InternalError.MonitorQueryErr | Failed to query seconds-level monitoring data. |
InvalidParameter.AudioEncodeParams | Invalid audio codec parameter. |
InvalidParameter.BodyParamsError | Failed to parse the body parameter. |
InvalidParameter.EncodeParams | Invalid EncodeParams . |
InvalidParameter.EndTs | Invalid EndTs . |
InvalidParameter.MainVideoStreamType | Invalid stream type of the big image. |
InvalidParameter.OutputParams | Incorrect OutputParams parameter. |
InvalidParameter.PageSize | Invalid PageSize . |
InvalidParameter.PageSizeOversize | The value of PageSize exceeds 100. |
InvalidParameter.PresetLayoutConfig | Incorrect parameters for custom layout. |
InvalidParameter.PureAudioStream | Incorrect parameters for audio-only stream pushing. |
InvalidParameter.QueryScaleOversize | The query time range exceeds 1 hour. |
InvalidParameter.RecordAudioOnly | Incorrect parameters for audio-only recording. |
InvalidParameter.RecordId | Incorrect RecordId parameter. |
InvalidParameter.RoomId | RoomId is incorrect. |
InvalidParameter.SdkAppId | SdkAppId is incorrect. |
InvalidParameter.SmallVideoLayoutParams | Invalid small image layout parameter. |
InvalidParameter.StartTimeExpire | The query start time is more than 24 hours earlier than now. |
InvalidParameter.StartTs | Invalid StartTs . |
InvalidParameter.StartTsOversize | The query start time is more than 5 days earlier than now. |
InvalidParameter.StreamId | Incorrect StreamId parameter. |
InvalidParameter.UrlParamsError | Failed to parse the URL parameter. |
InvalidParameter.UserId | Invalid UserId . |
InvalidParameter.UserIds | UserIds is incorrect. |
InvalidParameter.UserIdsMorethanSix | The number of users exceeds 6. |
InvalidParameterValue.RoomId | Invalid RoomId. |
MissingParameter.AudioEncodeParams | Audio output parameters are missing in EncodeParams . |
MissingParameter.BizId | BizId missing in relayed push parameters. |
MissingParameter.CommId | CommId is missing. |
MissingParameter.EncodeParams | Missing EncodeParams parameter. |
MissingParameter.EndTs | endTS_s is missing. |
MissingParameter.OutputParams | Missing OutputParams parameter. |
MissingParameter.PresetLayoutConfig | Custom layout parameter missing. |
MissingParameter.PublishCdnUrls | Destination missing in relayed push parameters. |
MissingParameter.RoomId | RoomId is missing. |
MissingParameter.RoomNum | RoomNum is missing. |
MissingParameter.SdkAppId | SdkAppId is missing. |
MissingParameter.StartTs | startTS_s is missing. |
MissingParameter.StreamId | The StreamId parameter is missing in OutputParams . |
MissingParameter.UserId | Missing UserId parameter. |
MissingParameter.UserIds | UserIds is missing. |
MissingParameter.VideoEncodeParams | Video output parameters are missing in EncodeParams . |
UnauthorizedOperation.SdkAppId | No permission to manipulate SdkAppId . |
Was this page helpful?