CrossDeviceException

@RequiresApi(value = 26) public abstract class CrossDeviceException extends RuntimeException

Known direct subclasses
ConnectionsException

Exception for connections requests.

SessionException

Exception for session requests.


Base exception type for Cross device APIs.

Summary

Public fields

abstract int

The error code associated with this exception.

String

Public constructors

Inherited fields

From class kotlin.Throwable

Public fields

errorCode

public abstract int errorCode

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

message

public String message

Public constructors

CrossDeviceException

public final CrossDeviceException(String message, Throwable cause)