Enums

Details

class Goa.Error(value)

Bases: GObject.GEnum

Error codes for the #GOA_ERROR error domain and the corresponding D-Bus error names.

classmethod quark()
Return type:

int

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.