ProcessFailedDetail class
An object that contains information about a frame on a webpage.
Constructors
-
ProcessFailedDetail({int? exitCode, String? failureSourceModulePath, List<
FrameInfo> ? frameInfos, required ProcessFailedKind kind, String? processDescription, ProcessFailedReason? reason})
Properties
- exitCode ↔ int?
-
The exit code of the failing process, for telemetry purposes.
getter/setter pair
- failureSourceModulePath ↔ String?
-
This property is the full path of the module that caused the crash in cases of Windows Code Integrity failures.
getter/setter pair
-
frameInfos
↔ List<
FrameInfo> ? -
The collection of FrameInfos for frames in the WebView that were being rendered by the failed process.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ ProcessFailedKind
-
The kind of process failure that has occurred.
getter/setter pair
- processDescription ↔ String?
-
Description of the process assigned by the WebView2 Runtime.
getter/setter pair
- reason ↔ ProcessFailedReason?
-
The reason for the process failure.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> - Converts instance to a map.
-
toMap(
{EnumMethod? enumMethod}) → Map< String, dynamic> - Converts instance to a map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? map, {EnumMethod? enumMethod}) → ProcessFailedDetail? - Gets a possible ProcessFailedDetail instance from a Map value.