ExecuteAppFunctionResponse.Error


class ExecuteAppFunctionResponse.Error : ExecuteAppFunctionResponse


Represents a failed execution of an app function.

Summary

Public constructors

Public functions

open String

Public properties

AppFunctionException

The AppFunctionException when the function execution failed.

Public constructors

Error

Added in 1.0.0-alpha01
Error(error: AppFunctionException)

Public functions

toString

open fun toString(): String

Public properties

error

Added in 1.0.0-alpha01
val errorAppFunctionException

The AppFunctionException when the function execution failed.