WatchFacePushManager.AddWatchFaceException


public final class WatchFacePushManager.AddWatchFaceException extends Exception


An exception that can be thrown by addWatchFace

Summary

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

AddWatchFaceException

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