Class SetScriptSourceCommandResponse
Response for SetScriptSource
public sealed class SetScriptSourceCommandResponse : ICommandResponse<SetScriptSourceCommandSettings>, ICommandResponse
- Inheritance
-
SetScriptSourceCommandResponse
- 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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CallFrame[] CallFrames { get; set; }
Property Value
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }
Property Value
StackChanged
Gets or sets the stackChanged
[JsonPropertyName("stackChanged")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? StackChanged { get; set; }
Property Value
- bool?