WatchFacePushManager.UpdateWatchFaceException


public final class WatchFacePushManager.UpdateWatchFaceException extends Exception


An exception that can be thrown by updateWatchFace

Summary

Public constructors

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

UpdateWatchFaceException

public UpdateWatchFaceException(
    @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()