CrossDeviceException
@RequiresApi(value = 26) abstract class CrossDeviceException : RuntimeException
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?) |
|
Inherited functions |
|
|---|---|
open @RecentlyNonNull Throwable
open @RecentlyNonNull Throwable
open Unit
open Unit
open Unit
open Unit
|
|
Inherited properties |
|
|---|---|
Public constructors
Public properties
errorCode
abstract val errorCode: Int
The error code associated with this exception. Refer to the concrete implementations for the possible error codes and their meanings.
| See also | |
|---|---|
ConnectionsException |
|
SessionException |
|