Class GetExceptionDetailsCommandResponse
Response for This method tries to lookup and populate exception details for a JavaScript Error object. Note that the stackTrace portion of the resulting exceptionDetails will only be populated if the Runtime domain was enabled at the time when the Error was thrown.
public sealed class GetExceptionDetailsCommandResponse : ICommandResponse<GetExceptionDetailsCommandSettings>, ICommandResponse
- Inheritance
-
GetExceptionDetailsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }