Enums¶
Details¶
- class Goa.Error(value)¶
 Bases:
GObject.GEnumError codes for the [type`Goa`.Error] error domain and the corresponding D-Bus error names.
- classmethod quark()¶
 - Returns:
 The error quark used for
Goaerrors.- Return type:
 
Registers an error quark for
Goaerrors 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.