AxRolloutTrace
type AxRolloutTrace<Out> = object;Type Parameters
| Type Parameter | Default type |
|---|---|
Out | unknown |
Properties
calls
calls: AxFunctionCallTrace[];error?
optional error: string;output?
optional output: Out;type AxRolloutTrace<Out> = object;| Type Parameter | Default type |
|---|---|
Out | unknown |
calls: AxFunctionCallTrace[];optional error: string;optional output: Out;