|
ORE Studio 0.0.4
|
Thrown when a NATS connection or initial service check fails. More...
#include <nats_connect_error.hpp>
Inherits runtime_error.

Public Member Functions | |
| nats_connect_error (nats_error_kind kind, const std::string &msg) | |
| nats_error_kind | kind () const noexcept |
Thrown when a NATS connection or initial service check fails.
Carries a nats_error_kind so callers can distinguish "NATS is down", "TLS is misconfigured", "services are not started", etc. and surface a readable message in the login dialog.