Class CallFunctionResponse (0.7.2)

CallFunctionResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response of CallFunction method. .. attribute:: execution_id

Execution id of function invocation.

:type: str

Attributes

NameDescription
result str
Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
error str
Either system or user-function generated error. Set if execution was not successful.