Package gnu.java.zrtp

Enum ZrtpCodes.ZrtpErrorCodes

  • All Implemented Interfaces:
    Serializable, Comparable<ZrtpCodes.ZrtpErrorCodes>
    Enclosing interface:
    ZrtpCodes

    public static enum ZrtpCodes.ZrtpErrorCodes
    extends Enum<ZrtpCodes.ZrtpErrorCodes>
    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 these error codes also to report received Error packtes, in this case the sub-codes are their negative values. The enumeration member comments are copied from the ZRTP specification.