10USERVER_NAMESPACE_BEGIN
18 explicit BaseError(std::string message);
20 const char* what()
const noexcept override;
29 RpcError(std::string_view call_name, std::string_view additional_info);
37 RpcInterruptedError(std::string_view call_name, std::string_view stage);