MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / Status_EncryptionError

Function Status_EncryptionError

tiledb/common/exception/status.h:346–348  ·  view source on GitHub ↗

Return a Encryption error class Status with a given message **/

Source from the content-addressed store, hash-verified

344}
345/** Return a Encryption error class Status with a given message **/
346inline Status Status_EncryptionError(const std::string& msg) {
347 return {"[TileDB::Encryption] Error", msg};
348}
349/** Return an Array error class Status with a given message **/
350inline Status Status_ArrayError(const std::string& msg) {
351 return {"[TileDB::Array] Error", msg};

Callers 10

encrypt_aes256gcmMethod · 0.85
decrypt_aes256gcmMethod · 0.85
EncryptionKeyMethod · 0.85
set_keyMethod · 0.85
get_random_bytesFunction · 0.85
encrypt_aes256gcmMethod · 0.85
decrypt_aes256gcmMethod · 0.85
get_random_bytesFunction · 0.85
encrypt_aes256gcmMethod · 0.85
decrypt_aes256gcmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected