struct Protocol::Network::SubresourceWebBundleInnerResponseError
- Protocol::Network::SubresourceWebBundleInnerResponseError
- Struct
- Value
- Object
Overview
Fired when request for resources within a .wbn file failed.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#bundle_request_id : RequestId | Nil
Bundle request identifier.
-
#error_message : String
Error message
-
#inner_request_id : RequestId
Request identifier of the subresource request
-
#inner_request_url : String
URL of the subresource resource.
Constructor Detail
Instance Method Detail
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.