Skip to main content

Extends InvocationResultCore. Results from a method invocation.

Properties (8)

Property Type Default Required Description
all_errors⚓︎ any[] x x

An array of error objects.

all_return_values⚓︎ Array<InvocationResultCore<T>> x x

An array of invocation results.

called_with⚓︎ any x

Arguments of the invocation.

executed_by⚓︎ Instance x x

Instance of the application that executed the method.

message⚓︎ string x

Message from the application that executed the method.

method⚓︎ MethodDefinition x

Method definition of the method that was invoked.

returned⚓︎ T x

Returned object.

status⚓︎ number x x

Status sent by the application that executed the method.