浏览代码

dispatcher: docs - details of returned code by ds_list_exists()

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
619b2603b4
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/modules/dispatcher/doc/dispatcher_admin.xml

+ 5 - 0
src/modules/dispatcher/doc/dispatcher_admin.xml

@@ -1529,6 +1529,11 @@ failure_route[tryagain] {
 			</para>
 		</listitem>
 		</itemizedlist>
+		<para>
+			It returns true (value 1) if the group exists, or otherwise false
+			(-1 when the group is not found; -2 when evaluating the parameter
+			fails).
+		</para>
 		<para>
 			This function can be used from ANY_ROUTE.
 		</para>