diff options
author | Anders Svensson <[email protected]> | 2014-01-27 12:37:03 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-01-27 12:37:03 +0100 |
commit | 35d2de0a8c04543699e4f317f3f200d9046074e6 (patch) | |
tree | 61c4e706255ad39f1e8189b204d9dddb7ec36f6a /lib/diameter/doc/src/diameter_make.xml | |
parent | 930e3e3953b4672e949a6a94d47f8a4035bdd89d (diff) | |
parent | 2b802628b59b7208b1c936309807f86745a3b6a0 (diff) | |
download | otp-35d2de0a8c04543699e4f317f3f200d9046074e6.tar.gz otp-35d2de0a8c04543699e4f317f3f200d9046074e6.tar.bz2 otp-35d2de0a8c04543699e4f317f3f200d9046074e6.zip |
Merge branch 'anders/diameter/undefined_group/OTP-11561'
* anders/diameter/undefined_group/OTP-11561:
Ensure that Grouped AVP's are fully defined in dictionaries
Don't format diameter_make:codec/2 errors
Compiler suite fix
Diffstat (limited to 'lib/diameter/doc/src/diameter_make.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter_make.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_make.xml b/lib/diameter/doc/src/diameter_make.xml index e1673378df..13ec5bbfc1 100644 --- a/lib/diameter/doc/src/diameter_make.xml +++ b/lib/diameter/doc/src/diameter_make.xml @@ -16,7 +16,7 @@ <header> <copyright> <year>2012</year> -<year>2013</year> +<year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -175,6 +175,10 @@ Note that a dictionary's <c>&dict_name;</c>, together with the The <c>&dict_name;</c> of a literal input dictionary defaults to <c>dictionary</c>.</p> +<p> +A returned error reason can be converted into a readable string using +&format_error;.</p> + </desc> </func> @@ -206,6 +210,18 @@ The return value is also a parsed dictionary.</p> </desc> </func> +<!-- ===================================================================== --> + +<func> +<name>format_error(Reason) -> string()</name> +<fsummary>Turn an error reason into a readable string.</fsummary> +<desc> + +<p> +Turn an error reason returned by &codec; into a readable string.</p> +</desc> +</func> + </funcs> <!-- ===================================================================== --> |