19#ifndef CPPREALM_BRIDGE_REALM_STATUS_HPP
20#define CPPREALM_BRIDGE_REALM_STATUS_HPP
22#include <cprealm/internal/bridge/utils.hpp>
28namespace realm::internal::bridge {
54 reinicialização
nula (tipo cat);
60 unsigned m_error_category = 0;
65 status(const :: Realm::Status&);
73 bool is_ok()
const noexceto;
74 const std::string& motivo()
const noexceto;
75 std::string_view code_string()
const noexceto;
76 operador :: Realm::Status()
const noexceto;
78#ifdef CPPREALM_HVE_GENERATED_BRIDGE_TYPes
79 armazenamento::Status m_status[1];
81 std::shared_ptr<Status> m_status;
Definição: sync_error.hpp:40