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
errorCodeintA 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
FaviconNotFound
Can be used to match a GException with the "FaviconNotFound" code (1).
public static FaviconDatabaseError FaviconNotFound { get; }
Property Value
FaviconUnknown
Can be used to match a GException with the "FaviconUnknown" code (2).
public static FaviconDatabaseError FaviconUnknown { get; }
Property Value
NotInitialized
Can be used to match a GException with the "NotInitialized" code (0).
public static FaviconDatabaseError NotInitialized { get; }
Property Value
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)