Table of Contents

Struct ErrorCode

Namespace
GLib
Assembly
GLib-2.0.dll

An ErrorCode that consists of a DomainQuark and an actual error code.

public readonly ref struct ErrorCode
Inherited Members

Properties

Code

public required int Code { get; init; }

Property Value

int

Domain

public required Quark Domain { get; init; }

Property Value

Quark

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.