diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-18 09:13:14 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-06-30 09:56:46 +0200 |
commit | 7fede1920ad079dd54dfe76f1264b69d8510f3ca (patch) | |
tree | e93902d4e949ff4bdbcee5567f89df312e546d32 /docs/sections/logging.rst | |
parent | e334b3ee711e14c2ff79c79f72481933a8f9fc7f (diff) |
Update RTD documentation
-Add release notes
-Add description of output type parameter
-Add description of new exit code (10 - file could not be created)
Issue-ID: AAF-1152
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I5f534e167f0e8819e032d5620153165289adf00a
Diffstat (limited to 'docs/sections/logging.rst')
-rw-r--r-- | docs/sections/logging.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/sections/logging.rst b/docs/sections/logging.rst index 65d08108..dba8f3e6 100644 --- a/docs/sections/logging.rst +++ b/docs/sections/logging.rst @@ -114,9 +114,11 @@ Client application exits with following exit codes: +-------+------------------------------------------------+ | 6 | Internal HTTP Client connection problem | +-------+------------------------------------------------+ -| 7 | Fail in PKCS12 conversion | +| 7 | Fail in PEM conversion | +-------+------------------------------------------------+ | 8 | Fail in Private Key to PEM Encoding | +-------+------------------------------------------------+ | 9 | Wrong TLS configuration | +-------+------------------------------------------------+ +| 10 | File could not be created | ++-------+------------------------------------------------+ |