ERROR_LOCKOUT constant

int const ERROR_LOCKOUT

The operation is canceled because the API is locked when the number of attempts reaches the maximum. The API will be locked for 30 seconds after five consecutive attempt failures.

Implementation

static const int ERROR_LOCKOUT = 7;