CrossDeviceException

@RequiresApi(value = 26) abstract class CrossDeviceException : RuntimeException

Known direct subclasses
ConnectionsException

Exception for connections requests.

SessionException

Exception for session requests.


Base exception type for Cross device APIs.

Summary

Public constructors

CrossDeviceException(message: String?, cause: Throwable?)

Public properties

abstract Int

The error code associated with this exception.

open String?

Inherited properties

From class kotlin.Throwable

Public constructors

CrossDeviceException

CrossDeviceException(message: String? = null, cause: Throwable? = null)

Public properties

errorCode

abstract val errorCodeInt

The error code associated with this exception. Refer to the concrete implementations for the possible error codes and their meanings.

message

open val messageString?