{
"code": 429,
"message": "Too Many Requests",
"data": {
"error": {
"info": {
"quotas": [
{
"name": "RequestsByUserPerSecond",
"count": 3,
"limit": 10,
"resetTime": 1500000291,
"resetInSecond": 1,
"exceeded": false
},
{
"name": "RequestsByUserPerMinute",
"count": 127,
"limit": 100,
"resetTime": 1500000320,
"resetInSecond": 30,
"exceeded": true
},
{
"name": "RequestsByUserPerHour",
"count": 100,
"limit": 1000,
"resetTime": 1500000800,
"resetInSecond": 510,
"exceeded": false
}
]
}
}
}
}