WatchFacePushManager.AddWatchFaceException


class WatchFacePushManager.AddWatchFaceException : Exception

An exception that can be thrown by addWatchFace

Summary

Public constructors

AddWatchFaceException(rootCause: )

Public properties

Int

The specific subtype of error occurred.

open String?

Inherited properties

From kotlin.Throwable

Public constructors

AddWatchFaceException

AddWatchFaceException(rootCause: )

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?