25 #if defined(NATS_CONN_STATUS_NO_PREFIX) The connection failed due to authentication error.
Definition: status.h:72
A buffer is not large enough to accommodate the data.
Definition: status.h:100
The connection is in the process or reconnecting.
Definition: status.h:41
The connection is draining subscriptions.
Definition: status.h:42
The action is not permitted.
Definition: status.h:73
No responders were running when the server received the request.
Definition: status.h:127
natsStatus
Status returned by most of the APIs.
Definition: status.h:49
The connection is connected.
Definition: status.h:39
Generic error.
Definition: status.h:53
natsConnStatus
The connection state.
Definition: status.h:23
The server does not support this action.
Definition: status.h:116
The library is not yet initialized.
Definition: status.h:111
The server expects a TLS connection.
Definition: status.h:68
IO Error (network communication).
Definition: status.h:56
The connection is in the process or connecting.
Definition: status.h:38
The connection has been disconnected.
Definition: status.h:37
The connection is closed.
Definition: status.h:40
Some system function returned an error.
Definition: status.h:105
The connection is draining publishers.
Definition: status.h:43
An invalid queue name was passed when creating a queue subscription.
Definition: status.h:125
The library failed to initialize.
Definition: status.h:110
Timeout must be positive numbers.
Definition: status.h:86
Invalid subject, for instance NULL or empty string.
Definition: status.h:80
Success.
Definition: status.h:51