全部產品
Search
文件中心

ApsaraMQ for MQTT:錯誤碼列表

更新時間:Jun 30, 2024

如果成功調用雲Message QueueTT 版的OpenAPI,則會返回給用戶端ResponseCode=200;如果調用失敗,會返回對應的異常錯誤碼以及描述資訊。您可以根據以下異常資訊對照表尋找對應的解決方案。

Token相關錯誤碼

HttpCode錯誤碼錯誤資訊描述
404ApiNotSupportThe specified API is not supported.當前介面不支援,請檢查。
400ApplyTokenOverFlowYou have applied for tokens too many times. Please try again later.申請token頻率過高,系統限流,請重試。
400CheckAccountInfoFailedAn error occurred while checking the account information by the STS token.解析STS token帳號資訊失敗。
400InstancePermissionCheckFailedAn error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings.執行個體許可權校正失敗,請確認雲Message QueueTT 版執行個體的所屬關係以及授權策略。
500InternalErrorAn error occurred while processing your request. Try again later.雲Message QueueTT 版後端服務異常,請重試。
400ParameterCheckFailedAn error occurred while validating the parameters. The parameters may be missing or invalid.參數校正失敗,可能缺失或者傳入值非法。
400PermissionCheckFailedAn error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings.資源許可權校正失敗,請檢查執行個體、Topic和Group ID的所屬許可權和授權策略。
500SystemOverFlowAn error occurred while processing your request. Please try again.系統限流,請重試。
400InvalidParameter.%sAn error occurred while validating the parameter. The parameter may be missing or invalid.參數校正失敗,可能缺失或者傳入值非法。

Group ID相關錯誤碼

HttpCode錯誤碼錯誤資訊描述
500CreateGroupIdErrorFailed to create GroupId. Try again later.建立Group ID請求執行失敗,請稍後重試。
400GroupIdAlreadyExsitedThe specified GroupId already exists.當前Group ID已經存在。
400GroupIdAlreadyUsedByOtherUsersThe current GroupId is used by another user. Please change to a different GroupId.當前Group ID已經被其他使用者佔用,請更換其他名稱。
500InternalErrorAn error occurred while processing your request. Try again later.雲Message QueueTT 版後端服務異常,請重試。
400ParameterFieldCheckFailedFailed to validate the parameters. The parameters may be missing or invalid.參數校正失敗,可能缺失或者傳入值非法。
400InstancePermissionCheckFailedAn error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings.執行個體許可權校正失敗,請確認雲Message QueueTT 版執行個體的所屬關係以及授權策略。
400InstanceNotFoundFailed to find the instance. The instanceId may be invalid.無法找到執行個體。
400PermissionCheckFailedAn error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings.資源許可權校正失敗,請檢查執行個體、Topic和Group ID的所屬許可權和授權策略。

訪問錯誤中心查看更多錯誤碼。