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

String?

The error message.

Public constructors

AppFunctionInvalidArgumentException

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