summaryrefslogtreecommitdiff
path: root/pjnath/include/pjnath/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/include/pjnath/errno.h')
-rw-r--r--pjnath/include/pjnath/errno.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjnath/include/pjnath/errno.h b/pjnath/include/pjnath/errno.h
index 3cd3320a..bc7aed4c 100644
--- a/pjnath/include/pjnath/errno.h
+++ b/pjnath/include/pjnath/errno.h
@@ -152,6 +152,11 @@
#define PJNATH_EICEFAILED (PJNATH_ERRNO_START+82) /* 370082 */
/**
* @hideinitializer
+ * Default destination does not match any ICE candidates
+ */
+#define PJNATH_EICEMISMATCH (PJNATH_ERRNO_START+83) /* 370083 */
+/**
+ * @hideinitializer
* Invalid ICE component ID
*/
#define PJNATH_EICEINCOMPID (PJNATH_ERRNO_START+86) /* 370086 */