networkConnectTimeoutError constant

int const networkConnectTimeoutError

networkConnectTimeoutError = 599.

This response code is used when the client fails to establish a network connection to the server within the allowed time limit.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/599

Implementation

static const int networkConnectTimeoutError = 599;