SubresourceWebBundleInnerResponseErrorParameter

@Serializable
data class SubresourceWebBundleInnerResponseErrorParameter(val innerRequestId: String, val innerRequestURL: String, val errorMessage: String, val bundleRequestId: String? = null)

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

Constructors

constructor(innerRequestId: String, innerRequestURL: String, errorMessage: String, bundleRequestId: String? = null)

Properties

Link copied to clipboard
val bundleRequestId: String? = null

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.