錯誤碼 | 錯誤碼說明 | 錯誤描述 |
---|---|---|
000000 | onenet_common_success | 請求成功 |
000001 | onenet_common_unauthorized | 缺少鑒權參數 |
000002 | onenet_common_authFailed | 鑒權失敗 |
000003 | onenet_common_apiRateLimit | 用戶調用頻次達到上限 |
000004 | onenet_common_notFound | 服務中無此資源路徑 |
000005 | onenet_common_methodNotAllowed | HTTP方法不支援 |
000006 | onenet_common_paramRequired | 缺少必要參數 |
000007 | onenet_common_invalidParam | 無效的參數 |
000008 | onenet_common_invalidJson | 無效的json格式 |
000009 | onenet_common_quotaUsedUp | 調用次數用盡 |
000010 | onenet_common_badRequest | 用戶端請求錯誤 |
000020 | onenet_common_internalServerError | 系統異常,請稍後重試 |
000021 | onenet_common_serviceUnavailable | 服務不可用 |
錯誤碼 | 錯誤碼說明 | 錯誤K描述 |
---|---|---|
001000 | onenet_auth_prodNotFound | 產品未找到 |
001001 | onenet_auth_devNotFound | 設備未找到 |
001002 | onenet_auth_devKeyFormatError | mqtts設備鑒權key格式有誤 |
001010 | onenet_auth_serviceUnavailable | 鑒權服務暫不可用 |
001011 | onenet_auth_serviceInternalError | 鑒權服務內部錯誤 |
錯誤碼 | 錯誤碼說明 | 錯誤描述 |
---|---|---|
002001 | onenet_image_illegalJson | 非法json |
002002 | onenet_image_jsonOutOfBound | json體數據量超限 |
002003 | onenet_image_jsonOutOfDepth | json體層次超限 |
002004 | onenet_image_noStateKey | json中未包含key:state |
002005 | onenet_image_noDesiredOrReportedKey | json中未包含key:desired 或repored |
002010 | onenet_image_serviceInternalError | 設備鏡像服務內部錯誤 |
002011 | onenet_image_serviceUnavailable | 設備鏡像服務暫不可用 |