pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.workflowexecutions.v1.kotlin.outputs
/
StackTraceResponse
Stack
Trace
Response
data
class
StackTraceResponse
(
val
elements
:
List
<
StackTraceElementResponse
>
)
A collection of stack elements (frames) where an error occurred.
Types
Constructors
Properties
Constructors
Stack
Trace
Response
Link copied to clipboard
fun
StackTraceResponse
(
elements
:
List
<
StackTraceElementResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
elements
Link copied to clipboard
val
elements
:
List
<
StackTraceElementResponse
>
An array of stack elements.