ErrEncryption
Description:
public enum ErrEncryption
Content:
Enum values:
- FAILED - The encryption itself
failed.
- KEY_DERIVATION_FAILED -
The crypto lib was unable to derive a key from the given passphrase, which is usually a lack of memory
issue. The functions accepting keys do not produce this error.
- NULL - One of the arguments to
the function was NULL when it was not expected.
- OK - The function returned
successfully.