ExecuteAppFunctionResponse.Error


public final class ExecuteAppFunctionResponse.Error implements ExecuteAppFunctionResponse


Represents a failed execution of an app function.

Summary

Public constructors

Public methods

final @NonNull AppFunctionException

The AppFunctionException when the function execution failed.

@NonNull String

Public constructors

Error

Added in 1.0.0-alpha01
public Error(@NonNull AppFunctionException error)

Public methods

getError

Added in 1.0.0-alpha01
public final @NonNull AppFunctionException getError()

The AppFunctionException when the function execution failed.

toString

public @NonNull String toString()