The specified random_id was expired (most likely it didn't follow the required uint64_t random_id = (time() << 32) | ((uint64_t)random_uint32_t()) format, or the specified time is too far in the past).
random_id
uint64_t random_id = (time() << 32) | ((uint64_t)random_uint32_t())
Static
The specified
random_idwas expired (most likely it didn't follow the requireduint64_t random_id = (time() << 32) | ((uint64_t)random_uint32_t())format, or the specified time is too far in the past).