Table of Contents

Struct SnapshotError

Namespace
WebKit
Assembly
WebKit-6.0.dll

Contains all error codes of the SnapshotError error-domain.

public readonly ref struct SnapshotError
Inherited Members

Constructors

SnapshotError(int)

Creates a new error in the SnapshotError domain with a given error code.

public SnapshotError(int errorCode)

Parameters

errorCode int

A specific error code of the domain

Properties

Any

Can be used to match a GException with any error code of the "SnapshotError" error-domain.

public static Quark Any { get; }

Property Value

Quark

Create

Can be used to match a GException with the "Create" code (799).

public static SnapshotError Create { get; }

Property Value

SnapshotError

Operators

implicit operator ErrorCode(SnapshotError)

Converts a SnapshotError into a ErrorCode which can be used to match a GException.

public static implicit operator ErrorCode(SnapshotError e)

Parameters

e SnapshotError

Returns

ErrorCode