The Function Invocation object provides details regarding the invocation of a function.
Attributes
Section titled “Attributes”error
- Type:
string_t - Requirement: optional
The error indication returned from the function. This may differ from the return value (e.g. when errno is used).
parameters
- Type:
parameter - Requirement: optional
The parameters passed into a function invocation.
return_value
- Type:
string_t - Requirement: optional
The value returned from a function.
Constraints
Section titled “Constraints”At least one of: parameters, return_value, error