全部產品
Search
文件中心

Function Compute:錯誤碼列表

更新時間:Jul 06, 2024

當調用Function Compute的API發生錯誤時,服務端會返回對應的錯誤資訊。本文列舉了Function Compute中的錯誤碼。您可以根據以下錯誤碼對照表尋找對應的解決方案。

錯誤碼格式

錯誤碼包括HTTP的Status Code和響應Body中的具體錯誤細節。其中響應Body中的錯誤細節格式如下。

{
  "errorCode" : <ErrorCode>,
  "errorMessage" : <ErrorMessage>
}        

錯誤碼

HTTP狀態代碼(Status Code)錯誤碼(Error Code)錯誤資訊(Error Message)錯誤原因解決方案
400InvalidArgument%s參數無效您需要檢查各個參數傳入是否合法。
400MissingRequiredHeaderrequired HTTP header %s was not specified缺失必要的請求Header請根據errorMessage提示進行補充。
400PathNotSupported'%s' against '%s' is not supported請求的API路徑不正確您需要檢查請求API的路徑是否正確。
400EntityTooLargepayload size exceeds maximum allowed size (%s bytes)函數的入參太大請根據提示調整入參至合適大小。
403AccessDenied%s帳號許可權不足請賦予帳號使用Function Compute的許可權。
403SignatureNotMatchThe request signature we calculated does not match the signature you provided. Check your access key and signing method請求的數位簽章不匹配請參考簽名規則重新計算簽名。
403InvalidAccessKeyIDinvalid access key ID '%s'傳入的AccessKey ID不正確請傳入正確的AccessKey ID。
404ServiceNotFoundservice '%s' does not exist服務不存在請根據提示建立服務,具體操作,請參見管理服務
404AliasNotFoundalias '%s' of service '%s' does not exist別名不存在請根據提示建立別名,具體操作,請參見管理別名
404DomainNameNotFounddomain name '%s' does not exist網域名稱不存在請根據提示綁定網域名稱,具體操作,請參見配置自訂網域名
404VersionNotFoundversion '%d' of service '%s' does not exist版本不存在請根據提示建立版本,具體操作,請參見管理版本
409ConcurrentUpdateError並發更新服務、函數或觸發器等資源請依次更新避免資料的不一致。
409EventBridgeTriggerConflictThere are %d eventbridge triggers fitting the fc naming pattern. The conflicting arn includes: %+vEventBridge觸發器資料重複聯絡我們
429ResourceExhausted%s並發度超過限制請聯絡Function Compute團隊為您調整並發度限制,連絡方式,請參見聯絡我們
500InternalServerErroran internal error has occurred. Please retry系統錯誤聯絡我們
503ResourceThrottled%s佔用機器數超過限制請聯絡Function Compute團隊為您評估機器額度,連絡方式,請參見聯絡我們

如果您未在列表中尋找到對應的錯誤碼,您可以在錯誤中心中尋找,更多資訊,請參見錯誤中心