duplicateRequest constant
Error code indicating that the request was a duplicate and has been discarded due to idempotency rules.
Implementation
static const int duplicateRequest = 159;
Error code indicating that the request was a duplicate and has been discarded due to idempotency rules.
static const int duplicateRequest = 159;