Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
cbl::DecryptionResult Struct Reference

Result returned by a PropertyDecryptor callback. More...

#include <cbl++/Replicator.hh>

Public Attributes

fleece::alloc_slice plaintext
 Decrypted data. Empty = leave property in encrypted form.
CBLError error {}
 Optional error. Non-zero aborts replication for this doc.

Detailed Description

Result returned by a PropertyDecryptor callback.

Member Data Documentation

◆ error

CBLError cbl::DecryptionResult::error {}

Optional error. Non-zero aborts replication for this doc.

◆ plaintext

fleece::alloc_slice cbl::DecryptionResult::plaintext

Decrypted data. Empty = leave property in encrypted form.


The documentation for this struct was generated from the following file: