WatchFacePushManager.RemoveWatchFaceException


public final class WatchFacePushManager.RemoveWatchFaceException extends Exception

An exception that can be thrown by removeWatchFace

Summary

Public constructors

RemoveWatchFaceException(
    @NonNull  rootCause
)

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

RemoveWatchFaceException

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