Table of Contents

Struct PluginError

Namespace
Gst
Assembly
Gst-1.0.dll

Contains all error codes of the PluginError error-domain.

public readonly ref struct PluginError
Inherited Members

Constructors

PluginError(int)

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

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

public static Quark Any { get; }

Property Value

Quark

Dependencies

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

public static PluginError Dependencies { get; }

Property Value

PluginError

Module

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

public static PluginError Module { get; }

Property Value

PluginError

NameMismatch

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

public static PluginError NameMismatch { get; }

Property Value

PluginError

Operators

implicit operator ErrorCode(PluginError)

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

public static implicit operator ErrorCode(PluginError e)

Parameters

e PluginError

Returns

ErrorCode