Enumeration

GoaError

Declaration

error-domain Goa.Error

Description [src]

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

Members

GOA_ERROR_FAILED

The operation failed.

  • Value: 0
  • Nickname: failed
  • Available since: 1.0
GOA_ERROR_NOT_SUPPORTED

The operation is not supported.

  • Value: 1
  • Nickname: not-supported
  • Available since: 1.0
GOA_ERROR_DIALOG_DISMISSED

The dialog was dismissed.

  • Value: 2
  • Nickname: dialog-dismissed
  • Available since: 1.0
GOA_ERROR_ACCOUNT_EXISTS

Account already exists.

  • Value: 3
  • Nickname: account-exists
  • Available since: 1.0
GOA_ERROR_NOT_AUTHORIZED

Not authorized to perform operation.

  • Value: 4
  • Nickname: not-authorized
  • Available since: 1.0
GOA_ERROR_SSL

Invalid SSL certificate.

  • Value: 5
  • Nickname: ssl
  • Available since: 1.0

Type functions

goa_error_quark

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