ENCRYPTION_ERROR_TYPE
Error types for built-in encryption.
Enumerations
- ENCRYPTION_ERROR_INTERNAL_FAILURE
- 0: Internal error.
- ENCRYPTION_ERROR_DECRYPTION_FAILURE
- 1: Media stream decryption error. Make sure the encryption mode or key used by the receiver and sender are the same.
- ENCRYPTION_ERROR_ENCRYPTION_FAILURE
- 2: Media stream encryption error.
- ENCRYPTION_ERROR_DATASTREAM_DECRYPTION_FAILURE
- 3: Data stream decryption error. Make sure the encryption mode or key used by the receiver and sender are the same.
- ENCRYPTION_ERROR_DATASTREAM_ENCRYPTION_FAILURE
- 4: Data stream encryption error.