Table of Contents

Struct FaviconDatabaseError

Namespace
WebKit
Assembly
WebKit-6.0.dll

Contains all error codes of the FaviconDatabaseError error-domain.

public readonly ref struct FaviconDatabaseError
Inherited Members

Constructors

FaviconDatabaseError(int)

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

public FaviconDatabaseError(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 "FaviconDatabaseError" error-domain.

public static Quark Any { get; }

Property Value

Quark

FaviconNotFound

Can be used to match a GException with the "FaviconNotFound" code (1).

public static FaviconDatabaseError FaviconNotFound { get; }

Property Value

FaviconDatabaseError

FaviconUnknown

Can be used to match a GException with the "FaviconUnknown" code (2).

public static FaviconDatabaseError FaviconUnknown { get; }

Property Value

FaviconDatabaseError

NotInitialized

Can be used to match a GException with the "NotInitialized" code (0).

public static FaviconDatabaseError NotInitialized { get; }

Property Value

FaviconDatabaseError

Operators

implicit operator ErrorCode(FaviconDatabaseError)

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

public static implicit operator ErrorCode(FaviconDatabaseError e)

Parameters

e FaviconDatabaseError

Returns

ErrorCode