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
errorCodeintA 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
Create
Can be used to match a GException with the "Create" code (799).
public static SnapshotError Create { get; }
Property Value
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)