Added new errors
authorTomi Suviola <tomi.suviola@nokia.com>
Wed, 29 Dec 2010 09:32:30 +0000 (11:32 +0200)
committerTomi Suviola <tomi.suviola@nokia.com>
Wed, 29 Dec 2010 09:32:30 +0000 (11:32 +0200)
libsignon-glib/signon-errors.h

index 8cd4ba5917c3fb8a26a9a2631ae870b3f388a2a3..ee76d925f758a0c43b5b4127c84619443af51b2a 100644 (file)
@@ -66,6 +66,8 @@ typedef enum {
     SIGNON_ERROR_TIMED_OUT,                  /**< Challenge was timed out. */
     SIGNON_ERROR_USER_INTERACTION,           /**< User interaction dialog failed */
     SIGNON_ERROR_OPERATION_FAILED,           /**< Temporary failure in authentication. */
+    SIGNON_ERROR_TOS_NOT_ACCEPTED,           /**< User declined Terms of Service. */
+    SIGNON_ERROR_FORGOT_PASSWORD,            /**< User requested reset password sequence. */
     SIGNON_ERROR_USER_ERROR = 400            /* Placeholder to rearrange enumeration
                                                       - User space specific */
 } SignonError;