Class RestartFrameCommandResponse
Response for RestartFrame
public sealed class RestartFrameCommandResponse : ICommandResponse<RestartFrameCommandSettings>, ICommandResponse
- Inheritance
-
RestartFrameCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AsyncStackTrace
Gets or sets the asyncStackTrace
[JsonPropertyName("asyncStackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace AsyncStackTrace { get; set; }
Property Value
AsyncStackTraceId
Gets or sets the asyncStackTraceId
[JsonPropertyName("asyncStackTraceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId AsyncStackTraceId { get; set; }
Property Value
CallFrames
Gets or sets the callFrames
[JsonPropertyName("callFrames")]
public CallFrame[] CallFrames { get; set; }