AppFunctionInvalidArgumentException


class AppFunctionInvalidArgumentException : AppFunctionRequestException


Thrown when the caller supplied invalid arguments to ExecuteAppFunctionRequest's parameters.

This error may be considered similar to IllegalArgumentException.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionInvalidArgumentException

Added in 1.0.0-alpha01
AppFunctionInvalidArgumentException(errorMessage: String? = null)