PkError

PkError — ErrorCode object

Functions

Properties

guint code Read / Write
gchar * details Read / Write

Types and Values

struct PkError
struct PkErrorClass

Object Hierarchy

    GObject
    ╰── PkSource
        ╰── PkError

Description

This GObject represents a error_code from a transaction. These objects represent single items of data from the transaction, and are often present in lists (PkResults) or just refcounted in client programs.

Functions

pk_error_new ()

PkError *
pk_error_new (void);

Returns

a new PkError object.

Since 0.5.5


pk_error_get_code ()

PkErrorEnum
pk_error_get_code (PkError *error_code);

Since 0.5.5


pk_error_get_details ()

const gchar *
pk_error_get_details (PkError *error_code);

Since 0.5.5

Types and Values

struct PkError

struct PkError;

struct PkErrorClass

struct PkErrorClass {
	PkSourceClass parent_class;
	/* padding for future expansion */
	void (*_pk_reserved1) (void);
	void (*_pk_reserved2) (void);
	void (*_pk_reserved3) (void);
	void (*_pk_reserved4) (void);
	void (*_pk_reserved5) (void);
};

Property Details

The “code” property

  “code”                     guint

Flags: Read / Write

Default value: 0

Since 0.5.5


The “details” property

  “details”                  gchar *

Flags: Read / Write

Default value: NULL

Since 0.5.5