|
Couchbase Lite C++
Couchbase Lite C++ API
|
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. | |
Result returned by a PropertyDecryptor callback.
| CBLError cbl::DecryptionResult::error {} |
Optional error. Non-zero aborts replication for this doc.
| fleece::alloc_slice cbl::DecryptionResult::plaintext |
Decrypted data. Empty = leave property in encrypted form.