Reference documentation and code samples for the Google Cloud Workflows V1 Client class StackTrace.
A collection of stack elements (frames) where an error occurred.
Generated from protobuf message google.cloud.workflows.executions.v1.Execution.StackTrace
Namespace
Google \ Cloud \ Workflows \ Executions \ V1 \ ExecutionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ elements |
array<StackTraceElement>
An array of stack elements. |
getElements
An array of stack elements.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setElements
An array of stack elements.
| Parameter | |
|---|---|
| Name | Description |
var |
array<StackTraceElement>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|