PerDeviceStatus
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Cihaz başına işleme sonucunun durum kodu.
Sıralamalar |
SINGLE_DEVICE_STATUS_UNKNOWN_ERROR |
Bilinmeyen hata. Burada bu hatanın oluşmasını beklemiyoruz. |
SINGLE_DEVICE_STATUS_OTHER_ERROR |
Başka hata. Bu hatanın farkındayız/düşünüyoruz ancak bu hata için tanımlı bir hata kodu yok. |
SINGLE_DEVICE_STATUS_SUCCESS |
Başarılı. |
SINGLE_DEVICE_STATUS_PERMISSION_DENIED |
İzin reddedildi. |
SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER |
Geçersiz cihaz tanımlayıcısı. |
SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE |
Geçersiz bölüm türü. |
SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS |
Bu bölüm başka bir şirket tarafından talep edildi. |
SINGLE_DEVICE_STATUS_INVALID_TOKEN |
Ön temel hazırlık jetonu geçersiz. |
SINGLE_DEVICE_STATUS_REVOKED_TOKEN |
Ön temel hazırlık jetonu iptal edildi. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]