NETWORK_AUTHENTICATION_REQUIRED constant

int const NETWORK_AUTHENTICATION_REQUIRED

The 511 status code indicates that the client needs to authenticate to gain network access.

https://tools.ietf.org/html/rfc6585#section-6

Implementation

static const int NETWORK_AUTHENTICATION_REQUIRED = 511;