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 |
设备标识符无效。 |
SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE |
版块类型无效。 |
SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS |
其他公司已声明对该部分的所有权。 |
SINGLE_DEVICE_STATUS_INVALID_TOKEN |
预配置令牌无效。 |
SINGLE_DEVICE_STATUS_REVOKED_TOKEN |
已撤消预配置令牌。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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. |"]]