錯誤代碼 | 訊息 | 說明 |
---|---|---|
400 | <parameter name>無效:<value> | 提供的裝置參數提供無效值。 |
400 | CBSD 不得設置有效的設定。 | 具備有效設定的裝置已傳送至 CreateDevice() 。 |
400 | CBSD 版本過舊:<CBSD> | 裝置設定在傳送至 SignDevice() 之前有所變更, |
400 | 密鑰已過期:<secret> | 傳送至 ValidateInstaller() 的密鑰已過期。 |
400 | 沒有 JWT 酬載的值 ##99。 | 經過編碼的 JWT 不包含 'value' 欄位。 |
400 | 簽名驗證錯誤, | 無法驗證 CPI 簽名。 |
401 | 缺少驗證要求需要驗證憑證。請使用預期的 OAuth 2 存取權杖、登入 Cookie 或其他有效驗證憑證。詳情請參閱網站 Devconsole 專案的身分登入。 | 傳遞至 API 呼叫的憑證遺失。 |
403 | 沒有呼叫這個方法的權限。 | 呼叫端缺少呼叫方法所需的角色。 |
403 | 安裝程式未經驗證。 | 呼叫端有 role_ 角色,但需要進行驗證才能發出 API 呼叫。 |
404 | 找不到要求的實體。 | API 呼叫中指定的資源不存在。 |
409 | 已有這個實體。 | API 呼叫中指定的資源已存在。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-26 (世界標準時間)。
[null,null,["上次更新時間:2022-09-26 (世界標準時間)。"],[[["This table lists common Spectrum Access System (SAS) API error codes, their corresponding messages, and descriptions to aid in troubleshooting."],["Errors with a 400 code generally indicate an issue with the request, such as invalid parameters, outdated devices, or expired secrets."],["A 401 error signifies missing or invalid authentication credentials when making an API call."],["A 403 error arises when the caller lacks necessary permissions or has not been verified as an installer."],["A 404 or 409 error implies issues with the resource being requested, either not found or already existing."]]],["The content details API error codes and their meanings. Code 400 indicates invalid parameters, active configurations passed to `CreateDevice()`, outdated configurations passed to `SignDevice()`, expired secrets passed to `ValidateInstaller()`, missing JWT fields, or signature verification failures. Code 401 signals missing authentication credentials. Code 403 means insufficient permissions or unverified installers. Code 404 signifies a nonexistent resource, and 409 indicates that a resource already exists.\n"]]