WatchFacePushManager.AddWatchFaceException


public final class WatchFacePushManager.AddWatchFaceException extends Exception

An exception that can be thrown by addWatchFace

Summary

Public constructors

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

AddWatchFaceException

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