Server error codes

更新时间:
复制 MD 格式

This topic describes the error codes that may be returned when you call Real-Time Communication (RTC) Server API. This allows you to easily troubleshoot errors.

HexadecimalDecimalHTTP status codeError nameDescription
0x207010134013441400Request.NoTimestampThe error code returned because the request does not contain the Timestamp parameter.
0x207010234013442400Request.NoSignatureThe error code returned because the request does not contain the Signature parameter.
0x207010334013443400Request.NoRequestIDThe error code returned because the request does not contain the RequestID parameter.
0x207010434013444400Request.NoBizIDThe error code returned because the request does not contain the BizID parameter.
0x207010534013445400Request.NoAliUidThe error code returned because the request does not contain the AliUid parameter.
0x207010634013446400Request.NoAppIDThe error code returned because the request does not contain the AppID parameter.
0x207010734013447400Request.NoDescriptionThe error code returned because the request does not contain the AppDescription parameter.
0x207010834013448400Request.NoAppTypeThe error code returned because the request does not contain the AppType parameter.
0x207010934013449400Request.NoServiceAreasThe error code returned because the request does not contain the ServiceAreas parameter.
0x207010A34013450400Request.NoBillTypeThe error code returned because the request does not contain the BillType parameter.
0x207010B34013451400Request.NoChannelIDThe error code returned because the request does not contain the ChannelID parameter.
0x207010C34013452400Request.NoUserGroupsThe error code returned because the request does not contain the UserGroups parameter.
0x207010D34013453400Request.NoUserIDThe error code returned because the request does not contain the UserID parameter.
0x207010E34013454400Request.NoSessionIDThe error code returned because the request does not contain the SessionID parameter.
0x207010F34013455400Request.NoNonceThe error code returned because the request does not contain the Nonce parameter.
0x207011034013456400Request.NoTerminalIDsThe error code returned because the request does not contain the TerminalIDs parameter.
0x207011134013457400Request.MismatchBizIDThe error code returned because the value of the BizID parameter in the request is invalid.
0x207011234013458400Request.InvalidAppIDThe error code returned because the value of the AppID parameter in the request is invalid.
0x207011334013459400Request.InvalidAppKeyThe error code returned because the value of the AppKey parameter in the request is invalid.
0x207011434013460400Request.InvalidAppCallbackThe error code returned because the value of the AppCallback parameter in the request is invalid.
0x207011534013461400Request.InvalidChannelIDThe error code returned because the value of the ChannelID parameter in the request is invalid.
0x207011634013462400Request.InvalidChannelKeyThe error code returned because the value of the ChannelKey parameter in the request is invalid.
0x207011734013463400Request.InvalidNonceThe error code returned because the value of the Nonce parameter in the request is invalid.
0x207011834013464400Request.InvalidTimestampThe error code returned because the value of the Timestamp parameter in the request is invalid.
0x207011934013465400Request.IllegalTerminalThe error code returned because the value of the Terminal parameter in the request is invalid.
0x207011A34013466400Request.ChannelQueryExpireThe error code returned because the channel specified by the Channel parameter has expired.
0x207011B34013467400Request.ExistAppThe error code returned because the application specified by the App parameter already exists.
0x207011C34013468400Request.ExistAppCallbackThe error code returned because the application callback specified by the AppCallback parameter already exists.
0x207011D34013469400Request.ExistChannelThe error code returned because the channel specified by the Channel parameter already exists.
0x207040134014209401Request.IllegalTimestampThe error code returned because the value of the Timestamp field is invalid.
0x207040234014210401Request.IllegalSignatureThe error code returned because the server failed to verify the value of the Signature parameter.
0x207040334014211401Request.IllegallAuthThe error code returned because the server failed to verify the value of the Auth parameter.
0x207040434014212401Request.IllegalBizIDThe error code returned because the server failed to verify the value of the BizID parameter.
0x207040534014213401Request.IllegalAliUIDThe error code returned because the server failed to verify the value of the AliUID parameter.
0x207040634014214401Request.IllegalBroadcastThe error code returned because the server failed to verify the value of the Broadcast parameter.
0x207040734014215401Request.IllegalUserGroupsThe error code returned because the server failed to verify the value of the UserGroups parameter.
0x207080134015233404Service.NoSignalingThe error code returned because the signaling service is unavailable.
0x207080234015234404Service.NoAppThe error code returned because the application specified by the App parameter does not exist.
0x207080334015235404Service.NoAppCallbackThe error code returned because the application callback specified by the AppCallback parameter does not exist.
0x207080434015236404Service.NoChannelThe error code returned because the channel specified by the Channel parameter does not exist.
0x207020134013697500Service.BuildSignatureThe error code returned because the server failed to generate the signature.
0x207020234013698500Service.ParseHTTPBodyThe error code returned because the server failed to parse the HTTP body.
0x207020334013699500Service.AppRDSOperateThe error code returned because the server failed to access the ApsaraDB RDS database for the application.
0x207020434013700500Service.AppCallbackRDSOperateThe error code returned because the server failed to access the ApsaraDB RDS database for the application callback.
0x207020534013701500Service.ChannelRDSOperateThe error code returned because the server failed to access the ApsaraDB RDS database for the channel.
0x207020634013702500Service.GenerateChannelKeyThe error code returned because the server failed to generate the channel key.
0x207020734013703500Service.GenerateChannelTokenThe error code returned because the server failed to generate the channel token.
0x207020834013704500Service.SignalingSendMessageThe error code returned because the server failed to send a message to the signaling service.
0x207100134017281200Service.InactiveThe error code returned because the specified service is unavailable.
0x207100234017282200Channel.NoExistThe error code returned because the specified channel does not exist.
0x207100334017283200Service.NoExistThe error code returned because the specified service does not exist.
0x207100434017284200App.StopThe error code returned because the specified application is disabled. Enable the application based on its AppID in the RTC console.
0x207100534017285200App.ChargeOverDueThe error code returned because the application specified by the AppID parameter has overdue payments. Renew the application.
0x207100634017286200Channel.ExceedsThe error code returned because the number of channels exceeds the upper limit. Delete channels that are no longer used.
0x207100734017287200Request.ChannelQueryExpireThe error code returned because the channel specified by the Channel parameter has expired.
0x207100834017288200Request.ExistAppThe error code returned because the application specified by the App parameter already exists.
0x207100934017289200Request.ExistAppCallbackThe error code returned because the application callback specified by the AppCallback parameter already exists.
0x207100A34017290200Request.ExistChannelThe error code returned because the channel specified by the Channel parameter already exists.