SubresourceWebBundleInnerResponseErrorEvent class

Constructors

SubresourceWebBundleInnerResponseErrorEvent({required RequestId innerRequestId, required String innerRequestURL, required String errorMessage, RequestId? bundleRequestId})
SubresourceWebBundleInnerResponseErrorEvent.fromJson(Map<String, dynamic> json)
factory

Properties

bundleRequestId RequestId?
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.
final
errorMessage String
Error message
final
hashCode int
The hash code for this object.
no setterinherited
innerRequestId RequestId
Request identifier of the subresource request
final
innerRequestURL String
URL of the subresource resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited