SubresourceWebBundleInnerResponseError

@Serializable
data class SubresourceWebBundleInnerResponseError(val innerRequestId: RequestId, val innerRequestURL: String, val errorMessage: String, val bundleRequestId: RequestId? = null) : NetworkEvent(source)

Fired when request for resources within a .wbn file failed.

Official doc

Constructors

Link copied to clipboard
constructor(innerRequestId: RequestId, innerRequestURL: String, errorMessage: String, bundleRequestId: RequestId? = null)

Properties

Link copied to clipboard

Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.

Link copied to clipboard

Error message

Link copied to clipboard

Request identifier of the subresource request

Link copied to clipboard

URL of the subresource resource.