PerDeviceStatus
Status code for the per-device processing result.
Enums |
SINGLE_DEVICE_STATUS_UNKNOWN_ERROR |
Unknown error. We don't expect this error to occur here. |
SINGLE_DEVICE_STATUS_OTHER_ERROR |
Other error. We know/expect this error, but there's no defined error code for the error. |
SINGLE_DEVICE_STATUS_SUCCESS |
Success. |
SINGLE_DEVICE_STATUS_PERMISSION_DENIED |
Permission denied. |
SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER |
Invalid device identifier. |
SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE |
Invalid section type. |
SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS |
This section is claimed by another company. |
SINGLE_DEVICE_STATUS_INVALID_TOKEN |
Invalid pre-provisioning token. |
SINGLE_DEVICE_STATUS_REVOKED_TOKEN |
Revoked pre-provisioning token. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
[null,null,["Last updated 2024-08-07 UTC."],[[["This content details the status codes for per-device processing results."],["`SINGLE_DEVICE_STATUS_SUCCESS` indicates a successful operation."],["`SINGLE_DEVICE_STATUS_UNKNOWN_ERROR` indicates an unexpected error has occurred."],["Specific error codes include `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`, and `SINGLE_DEVICE_STATUS_REVOKED_TOKEN`."],["`SINGLE_DEVICE_STATUS_OTHER_ERROR` signifies a known error without a specific error code."]]],["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"]]