Class StylesheetLoadingIssueDetails
This issue warns when a referenced stylesheet couldn't be loaded.
public sealed class StylesheetLoadingIssueDetails
- Inheritance
-
StylesheetLoadingIssueDetails
- Inherited Members
Properties
FailedRequestInfo
Contains additional info when the failure was due to a request.
[JsonPropertyName("failedRequestInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FailedRequestInfo? FailedRequestInfo { get; set; }
Property Value
SourceCodeLocation
Source code position that referenced the failing stylesheet.
[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }
Property Value
StyleSheetLoadingIssueReason
Reason why the stylesheet couldn't be loaded.
[JsonPropertyName("styleSheetLoadingIssueReason")]
public StyleSheetLoadingIssueReason StyleSheetLoadingIssueReason { get; set; }