aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.error.xml
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-07-24 18:26:02 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-07-24 18:26:02 +0800
commit401a1b85c6a5c5988cda3a2075e8320ed1d58daf (patch)
treed7d20f01d96fec5a554f5b905f929d4107a063ee /plugins/exchange-operations/org-gnome-exchange-operations.error.xml
parentbaff5e98a4553645813544978825428c864a5c3c (diff)
downloadgsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar.gz
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar.bz2
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar.lz
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar.xz
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.tar.zst
gsoc2013-evolution-401a1b85c6a5c5988cda3a2075e8320ed1d58daf.zip
Handling the errors EXCHANGE_ACCOUNT_FOLDER_GC_NOTREACHABLE and
EXCHANGE_ACCOUNT_FOLDER_NO_SUCH_USER. Added an error code folder-no-gc-error and corresponding error string. Fixes #234359. svn path=/trunk/; revision=32403
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-operations.error.xml')
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.error.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml
index adbb2010cd..be43a0e57c 100644
--- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml
@@ -232,6 +232,11 @@ username, and password, and try again.</_secondary>
<_primary>Unsupported operation</_primary>
</error>
+ <error id="folder-no-gc-error" type="error">
+ <_primary>Global Catalog Server is not reachable</_primary>
+ <_secondary>Please make sure the Global Catalog Sever name is correct.</_secondary>
+ </error>
+
<error id="folder-generic-error" type="error">
<_primary>Generic error</_primary>
</error>