Realm C++ SDK版本 v 2.2.0
|
公共成员函数 | |
sync_error (const sync_error &other) | |
sync_error & | 操作符= (const sync_error &other) |
sync_error ( sync_error && other) | |
sync_error & | 操作符= ( sync_error && other) |
sync_error (SyncError &&) | |
std::unordered_map< std::string, std::string > | user_info () const |
std::vector< compensating_write_error_info > | compensating_writes_info () const |
状态 | get_status () const |
bool | is_ Fatal () const |
std::string_view | message () const |
错误的综合解释,包括服务器日志的链接(如果适用)。 | |
bool | is_client_reset_requested () const |
该错误表示客户端重置情况。 | |
std::vector< compensating_write_error_info > 域::internal::bridge::sync_error::comensating_writes_info | ( | ) | const |
如果此错误是由补偿写入引起的,则此向量将包含有关导致补偿写入的每个对象以及该写入非法的原因的信息。
std::unordered_map< std::string, std::string > 域::internal::bridge::sync_error::user_info | ( | ) | const |
与此错误相关的额外用户信息的字典。 如果这是客户端重置错误,则 c_original_file_path_key 和 c_recovery_file_path_key 的键将使用相关文件系统路径填充。