StylesheetLoadingIssueDetails

@Serializable
data class StylesheetLoadingIssueDetails(val sourceCodeLocation: SourceCodeLocation, val styleSheetLoadingIssueReason: StyleSheetLoadingIssueReason, val failedRequestInfo: FailedRequestInfo? = null)

This issue warns when a referenced stylesheet couldn't be loaded.

Official doc

Constructors

Link copied to clipboard
constructor(sourceCodeLocation: SourceCodeLocation, styleSheetLoadingIssueReason: StyleSheetLoadingIssueReason, failedRequestInfo: FailedRequestInfo? = null)

Properties

Link copied to clipboard

Contains additional info when the failure was due to a request.

Link copied to clipboard

Source code position that referenced the failing stylesheet.

Link copied to clipboard

Reason why the stylesheet couldn't be loaded.