AppFunctionAppUnknownException
class AppFunctionAppUnknownException : AppFunctionAppException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | androidx.appfunctions.AppFunctionException | ||||
| ↳ | androidx.appfunctions.AppFunctionAppException | ||||
| ↳ | androidx.appfunctions.AppFunctionAppUnknownException |
Thrown when an unknown error occurred while processing the call in the AppFunctionService.
This error is thrown when the service is connected in the remote application but an unexpected error is thrown from the bound application.
Summary
Public constructors |
|---|
AppFunctionAppUnknownException(errorMessage: String?) |
Inherited properties |
||
|---|---|---|
|
||
Public constructors
AppFunctionAppUnknownException
Added in 1.0.0-alpha10
AppFunctionAppUnknownException(errorMessage: String? = null)