回覆失敗錯誤代碼清單
常規HTTP錯誤代碼
錯誤代碼 | 描述 |
400 | The request cannot be fulfilled due to bad syntax 由於語法錯誤,該請求無法完成 |
401 | Unauthorized. Similar to 403 Forbidden, but specifically used when authentication is possible but has failed or has not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource. 未認證。 與403禁用類似,僅適用於有認證但認證失敗或未提供認證的情況,回應必須包含一個WWW的認證頭文件,其中包含一個適用於已請求的資源 |
403 | Forbidden. The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference. 禁用。 該請求是合法的請求,但是伺服器拒絕回應。與401未認證回應不同,該回應是認證無效。 |
404 | Not Found. The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible. 找不到數據。 找不到已請求的資源,但可能未來可用。客戶提出的隨後的請求是被許可的。 |
405 | The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource. 由Request-URI標識的資源不允許使用 Request-Line 中指定的方法。回應必須包含一個Allow頭部,該頭部含有用於已請求資源的有效方法列表。 |
409 | Conflict. Indicates that the request could not be processed because of conflict in the request, such as an edit conflict. 有衝突。 由於請求中有衝突,該請求不能被處理,例如編輯衝突。 |
500 | Internal Server Error. A generic error message, given when no more specific message is suitable. 內部伺服器錯誤。 當沒有更多指定的資訊合適時產生的一般性錯誤資訊。 |
501 | Not Implemented. The server either does not recognize the request method, or it lacks the ability to fulfill the request. 未完成。 伺服器或者不識別請求方式,或者不能完成請求。 |
503 | Service Unavailable. The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state. 找不到伺服器。 伺服器當前不可用(由於過度載入或停機維護)。 通常,這是一個暫時的狀態。 |
常規錯誤回覆
錯誤代碼 | 描述 |
CE001 | SellerID cannot be null or empty. SellerID 不能為空。 |
CE002 | Invalid SellerID. 無效的 SellerID。 |
CE003 | XML parsing error. {parse error message} XML 語法錯誤 |
CE004 | The request type you specified is invalid. 你指定的請求類型無效。 |
CE006 | Invalid Issue user. 無效的發送用戶。 |
CE007 | The MaxCount (maximum return records) is invalid. Default is 100. If you specified over than 100, the system still return 100 records. 最大數(返回記錄數最大值)無效。默認為 100。如果你指定的記錄數超過 100,系統仍將返回100條記錄數 |
CE008 | DateFrom is required. 起始時間(DateFrom)必填。 |
CE009 | DateTo is required. 結束時間(DateTo)必填。 |
CE010 | Invalid Date From. 起始時間(DateFrom)無效。 |
CE011 | Invalid Date To. 結束時間(DateTo)無效。 |
CE012 | System is currently processing your request, please wait a moment and try again. 系統當前正在處理你的請求,請稍等或稍後再試。 |
CE013 | No data found 找不到數據。 |
CE014 | SellerNoRightError_{0} Available values 有效值: SellerNoRightError_suspended 被凍結 SellerNoRightError_terminated 被終止 SellerNoRightError_closed 已關閉 SellerNoRightError_new 新創建 SellerNoRightError_ holiday lock 假日鎖 (NOTE: This error is to indicate the seller status that not able to submit any request)(註:該錯誤表明當前商家帳戶狀態無法提交請求) |
CE016 | Request cannot be processed because the current seller status is suspended. 由於當前商家狀態為已凍結,無法處理請求 |
CE017 | Request cannot be processed because the current seller status is terminated. 由於當前商家狀態為已終止,無法處理請求 |
CE018 | Request cannot be processed because the current seller status is closed. 由於當前商家狀態為已關閉,無法處理請求 |
CE019 | Request cannot be processed because the current seller status is new. 由於當前商家狀態為新創建,無法處理請求。 |
CE021 | The DateTo should later than the DateFrom 結束時間應大於起始時間。 |
CE022 | System is currently experiencing heavy traffic in processing your request. Please wait a moment and try again. 系統當前處於擁堵狀態無法處理你的請求。請稍等並稍後再試。 |
CE023 | The service is unavailable or experiencing extremely high error rates. 服務不可用或錯誤率太高。 |
CE024 | We sincerely apologize for the inconvenience. Newegg Marketplace API is currently under scheduled maintenance and upgrades but will return shortly (From [{begin time}] to [{end time}]). Thank you for your patience. 我們為給你造成的不便致以誠摯歉意。新蛋商城 API當前正處於定期維護和升級中,不久就會恢復。(從 [{begin time}] 到 [{end time}])感謝你的耐心等待。 |
更新日期:10/15/2018