ExecuteAppFunctionResponse.Error
public final class ExecuteAppFunctionResponse.Error implements ExecuteAppFunctionResponse
Represents a failed execution of an app function.
Summary
Public constructors |
|---|
Error(@NonNull AppFunctionException error) |
Public methods |
|
|---|---|
final @NonNull AppFunctionException |
getError()The |
@NonNull String |
toString() |
Public constructors
Public methods
getError
Added in 1.0.0-alpha07
public final @NonNull AppFunctionException getError()
The AppFunctionException when the function execution failed.