noConnection constant
int
const noConnection
A pseudo-error which indicates that the client has no connection to the server (it can only be generated locally by the client, and MUST NOT be returned by servers).
Implementation
static const noConnection = 6;