summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-09 12:05:28 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-09 13:10:37 +0000
commita819ceed461bc76f7a416ef75db35c3544482cb5 (patch)
treed12ea311e3ec432c2571791222a7b1e5eec5fbbe /telepathy-glib/errors.c
parent0d3a989d1ec83719bd4d25f2043925d7376c6e49 (diff)
downloadtelepathy-glib-a819ceed461bc76f7a416ef75db35c3544482cb5.tar.gz
Add new error codes
Added error codecs for org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired and org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported
Diffstat (limited to 'telepathy-glib/errors.c')
-rw-r--r--telepathy-glib/errors.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index a8524be01..517576101 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -214,6 +214,17 @@
* internal error, or when a message that makes no sense is received from
* a server or other piece of infrastructure.
* Since: 0.13.7
+ * @TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED:
+ * org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported:
+ * Raised when a client attempts to dial a number that is recognized as an
+ * emergency number (e.g. '911' in the USA), but the Connection
+ * Manager or provider does not support dialling emergency numbers.
+ *
+ * @TP_ERROR_SOFTWARE_UPGRADE_REQUIRED:
+ * org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired:
+ * Raised when a Connection cannot be established because either the
+ * Connection Manager or its support library (e.g. wocky, papyon, sofiasip)
+ * requires upgrading to support a newer protocol version.
*
* Enumerated type representing the Telepathy D-Bus errors.
*/