Bayonne2 / Common C++ 2 Framework
|
This enum defines the information message severity. More...
This enum defines the information message severity.
The ZRTP implementation issues information messages to inform the user about ongoing processing, unusual behavior, or alerts in case of severe problems. Each main severity code a number of sub-codes exist that specify the exact nature of the problem.
An application gets message severity codes and the associated sub-codes via the ZrtpUserCallback::showMessage method.
The severity levels and their meaning are:
Sub-codes for Info.
Definition at line 75 of file ZrtpCodes.h.
Information codes for the Enrollment user callbacks.
Definition at line 152 of file ZrtpCodes.h.
Enumerator | |
---|---|
Info | |
Warning | |
Severe | |
ZrtpError |
Definition at line 65 of file ZrtpCodes.h.
Sub-codes for Severe.
Definition at line 106 of file ZrtpCodes.h.
Sub-codes for Warning.
Definition at line 92 of file ZrtpCodes.h.
Error codes according to the ZRTP specification chapter 6.9.
GNU ZRTP uses these error codes in two ways: to fill the appropriate field ing the ZRTP Error packet and as sub-code in ZrtpUserCallback::showMessage(). GNU ZRTP uses thes error codes also to report received Error packts, in this case the sub-codes are their negative values.
The enumeration member comments are copied from the ZRTP specification.
Definition at line 128 of file ZrtpCodes.h.