connectionLost constant

int const connectionLost

A pseudo-error which indicates that the connection to the server has been lost (it can only be generated locally by the client, and MUST NOT be returned by servers).

Implementation

static const connectionLost = 7;