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