account-error

account-error — libaccounts errors

Synopsis

enum                AccountErrorCode;
#define             ACCOUNT_ERROR

Description

Details

enum AccountErrorCode

typedef enum
{
    ACCOUNT_ERROR_UNKNOWN = 0,
    ACCOUNT_ERROR_ITEM_INVALID,
    ACCOUNT_ERROR_CANNOT_NEXT,
    ACCOUNT_ERROR_INVALID_CHARACTER,
    ACCOUNT_ERROR_INVALID_VALUE,
    ACCOUNT_ERROR_ALREADY_EXISTS,
    ACCOUNT_ERROR_PASSWORD_MATCH,
    ACCOUNT_ERROR_REGISTRATION_FAILED,
    ACCOUNT_ERROR_USERNAME_EXISTS,
    ACCOUNT_ERROR_CONNECTION_FAILED,
    ACCOUNT_ERROR_OPERATION_ASYNC,
    ACCOUNT_ERROR_VERIFICATION_FAILED,
    ACCOUNT_ERROR_AUTHENTICATION_FAILED,
    ACCOUNT_ERROR_USER_CANCELLED
} AccountErrorCode;


ACCOUNT_ERROR

#define ACCOUNT_ERROR   g_quark_from_static_string ("account-error-quark")