WeaveDeviceException

public class WeaveDeviceException extends Exception

Bir cihaz yöneticisi işlemi sırasında Weave cihazında oluşan bir hatayı temsil eder.

Alan Özeti

public int ProfileId Döndürülen durum kodunu tanımlayan Weave profili.
public int StatusCode Hatayı açıklayan bir kod.
public int SystemErrorCode Hatayı açıklayan isteğe bağlı sisteme özgü bir hata kodu veya kullanılamıyorsa 0.

Herkese Açık Oluşturucu Özeti

WeaveDeviceException(int statusCode, int profileId, int sysErrorCode, String description)

Devralınan Yöntem Özeti

Alanlar

public int ProfileId

Döndürülen durum kodunu tanımlayan Weave profili.

public int StatusCode

Hatayı açıklayan bir kod.

public int SystemErrorCode

Hatayı açıklayan isteğe bağlı sisteme özgü hata kodu veya kullanılamıyorsa 0.

Herkese Açık Oluşturucular

public WeaveDeviceException ()

public WeaveDeviceException (int statusCode, int profileId, int sysErrorCode, String description)

Parametreler
statusCode
profileId
sysErrorCode
açıklama