Source positions#
pulumi/pulumi:proto/pulumi/source.proto
Messages#
📨 SourcePosition#
A SourcePosition represents a position in a source file.
📨 StackFrame#
A StackFrame represents a single stack frame.
pcSourcePositionThe position of the frame’s program counter. Optional.
📨 StackTrace#
A StackTrace represents the frames on the stack at the point of an RPC call.
framesStackFrameThe frames on the stack.