WatchFacePushManager.RemoveWatchFaceException


class WatchFacePushManager.RemoveWatchFaceException : Exception


An exception that can be thrown by removeWatchFace

Summary

Public constructors

Public properties

Int

The specific subtype of error occurred.

open String?

Inherited properties

From kotlin.Throwable

Public constructors

RemoveWatchFaceException

RemoveWatchFaceException(rootCause: <Error class: unknown class>)

Public properties

errorCode

Added in 1.3.0-alpha07
val errorCodeInt

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

message

open val messageString?