PerDeviceStatus
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Code d'état pour le résultat du traitement par appareil.
Enums |
SINGLE_DEVICE_STATUS_UNKNOWN_ERROR |
Erreur inconnue. Cette erreur ne devrait pas se produire ici. |
SINGLE_DEVICE_STATUS_OTHER_ERROR |
Autre erreur Nous savons/attendez cette erreur, mais aucun code d'erreur n'est défini. |
SINGLE_DEVICE_STATUS_SUCCESS |
Succès. |
SINGLE_DEVICE_STATUS_PERMISSION_DENIED |
Autorisation refusée. |
SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER |
Identifiant d'appareil non valide. |
SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE |
Type de section incorrect. |
SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS |
Cette section est revendiquée par une autre entreprise. |
SINGLE_DEVICE_STATUS_INVALID_TOKEN |
Jeton de pré-provisionnement non valide. |
SINGLE_DEVICE_STATUS_REVOKED_TOKEN |
Jeton de pré-provisionnement révoqué. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[[["\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. |"]]