projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2070725
)
Added new errors
author
Tomi Suviola
<tomi.suviola@nokia.com>
Wed, 29 Dec 2010 09:32:30 +0000
(11:32 +0200)
committer
Tomi Suviola
<tomi.suviola@nokia.com>
Wed, 29 Dec 2010 09:32:30 +0000
(11:32 +0200)
libsignon-glib/signon-errors.h
patch
|
blob
|
history
diff --git
a/libsignon-glib/signon-errors.h
b/libsignon-glib/signon-errors.h
index 8cd4ba5917c3fb8a26a9a2631ae870b3f388a2a3..ee76d925f758a0c43b5b4127c84619443af51b2a 100644
(file)
--- a/
libsignon-glib/signon-errors.h
+++ b/
libsignon-glib/signon-errors.h
@@
-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;