PerDeviceStatus
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
列舉 |
SINGLE_DEVICE_STATUS_UNKNOWN_ERROR |
不明的錯誤。預計不會發生這個錯誤。 |
SINGLE_DEVICE_STATUS_OTHER_ERROR |
其他錯誤。我們知道/預期有此錯誤,但未針對該錯誤定義任何錯誤代碼。 |
SINGLE_DEVICE_STATUS_SUCCESS |
成功。 |
SINGLE_DEVICE_STATUS_PERMISSION_DENIED |
權限遭拒。 |
SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER |
裝置 ID 無效。 |
SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE |
區段類型無效。 |
SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS |
這個區段已由其他公司提出版權聲明。 |
SINGLE_DEVICE_STATUS_INVALID_TOKEN |
預先佈建權杖無效。 |
SINGLE_DEVICE_STATUS_REVOKED_TOKEN |
已撤銷預先佈建權杖。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThis content details the status codes for per-device processing results.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSINGLE_DEVICE_STATUS_SUCCESS\u003c/code\u003e indicates a successful operation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSINGLE_DEVICE_STATUS_UNKNOWN_ERROR\u003c/code\u003e indicates an unexpected error has occurred.\u003c/p\u003e\n"],["\u003cp\u003eSpecific error codes include \u003ccode\u003eSINGLE_DEVICE_STATUS_PERMISSION_DENIED\u003c/code\u003e, \u003ccode\u003eSINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER\u003c/code\u003e, \u003ccode\u003eSINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE\u003c/code\u003e, \u003ccode\u003eSINGLE_DEVICE_STATUS_SECTION_NOT_YOURS\u003c/code\u003e, \u003ccode\u003eSINGLE_DEVICE_STATUS_INVALID_TOKEN\u003c/code\u003e, and \u003ccode\u003eSINGLE_DEVICE_STATUS_REVOKED_TOKEN\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSINGLE_DEVICE_STATUS_OTHER_ERROR\u003c/code\u003e signifies a known error without a specific error code.\u003c/p\u003e\n"]]],["The provided content outlines the status codes for per-device processing results. Key actions include identifying success or various error scenarios. Possible results are `SUCCESS`, `UNKNOWN_ERROR`, and `OTHER_ERROR`. Specific error conditions are detailed: `PERMISSION_DENIED`, `INVALID_DEVICE_IDENTIFIER`, `INVALID_SECTION_TYPE`, `SECTION_NOT_YOURS`, `INVALID_TOKEN`, and `REVOKED_TOKEN`. These enums describe the outcome of device processing.\n"],null,["# PerDeviceStatus\n\nStatus code for the per-device processing result.\n\n| Enums ||\n|--------------------------------------------------|------------------------------------------------------------------------------------------|\n| `SINGLE_DEVICE_STATUS_UNKNOWN_ERROR` | Unknown error. We don't expect this error to occur here. |\n| `SINGLE_DEVICE_STATUS_OTHER_ERROR` | Other error. We know/expect this error, but there's no defined error code for the error. |\n| `SINGLE_DEVICE_STATUS_SUCCESS` | Success. |\n| `SINGLE_DEVICE_STATUS_PERMISSION_DENIED` | Permission denied. |\n| `SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER` | Invalid device identifier. |\n| `SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE` | Invalid section type. |\n| `SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS` | This section is claimed by another company. |\n| `SINGLE_DEVICE_STATUS_INVALID_TOKEN` | Invalid pre-provisioning token. |\n| `SINGLE_DEVICE_STATUS_REVOKED_TOKEN` | Revoked pre-provisioning token. |"]]