Enums

Details

class Goa.Error(value)

Bases: GObject.GEnum

Error codes for the [type`Goa`.Error] error domain and the corresponding D-Bus error names.

classmethod quark()
Returns:

The error quark used for Goa errors.

Return type:

int

Registers an error quark for Goa errors and a domain for D-Bus errors

FAILED = 0

The operation failed.

NOT_SUPPORTED = 1

The operation is not supported.

DIALOG_DISMISSED = 2

The dialog was dismissed.

ACCOUNT_EXISTS = 3

Account already exists.

NOT_AUTHORIZED = 4

Not authorized to perform operation.

SSL = 5

Invalid SSL certificate.