WatchFacePushManager.ListWatchFacesException


public final class WatchFacePushManager.ListWatchFacesException extends Exception


An exception that can be thrown by listWatchFaces

Summary

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

ListWatchFacesException

public ListWatchFacesException(@NonNull <Error class: unknown class> rootCause)

Public methods

getErrorCode

Added in 1.3.0-alpha07
public final int getErrorCode()

The specific subtype of error occurred. See ErrorCode for the possible values.

getMessage

public String getMessage()