struct Protocol::Network::SubresourceWebBundleInnerResponseError

Overview

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

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bundle_request_id : RequestId | Nil #

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.


[View source]
def error_message : String #

Error message


[View source]
def inner_request_id : RequestId #

Request identifier of the subresource request


[View source]
def inner_request_url : String #

URL of the subresource resource.


[View source]