51 , message_{ std::move(
message) }
63 [[nodiscard]]
auto code() const -> std::uint64_t
76 [[nodiscard]]
auto message() const -> const std::
string&
82 std::uint64_t code_{};
83 std::string message_{};
Represents a single warning returned from the analytics engine.
Definition analytics_warning.hxx:37
auto code() const -> std::uint64_t
Error code.
Definition analytics_warning.hxx:63
analytics_warning()=default
analytics_warning(std::uint64_t code, std::string message)
Definition analytics_warning.hxx:49
auto message() const -> const std::string &
Error message.
Definition analytics_warning.hxx:76
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28