SubresourceWebBundleMetadataErrorParameter

@Serializable
data class SubresourceWebBundleMetadataErrorParameter(val requestId: String, val errorMessage: String)

Fired once when parsing the .wbn file has failed.

Constructors

constructor(requestId: String, errorMessage: String)

Properties

Link copied to clipboard

Error message

Link copied to clipboard

Request identifier. Used to match this information to another event.