SubresourceWebBundleMetadataError

@Serializable
data class SubresourceWebBundleMetadataError(val requestId: RequestId, val errorMessage: String) : NetworkEvent

Fired once when parsing the .wbn file has failed.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, errorMessage: String)

Properties

Link copied to clipboard

Error message

Link copied to clipboard

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