timeout constant

int const timeout

Error code indicating that the request timed out on the server. Typically this indicates that the request is too expensive to run.

Implementation

static const int timeout = 124;