UNPKG
ripple-lib-peersafe
Version:
latest (0.16.4)
0.16.4
A JavaScript API for interacting with Ripple in Node.js and the browser
ripple/ripple-lib
ripple-lib-peersafe
/
test
/
fixtures
/
rippled
/
server-info-error.json
13 lines
(12 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"id"
:
0
,
"status"
:
"error"
,
"type"
:
"response"
,
"error"
:
"slowDown"
,
"error_code"
:
15
,
"error_message"
:
"You are placing too much load on the server."
,
"request"
:
{
"command"
:
"server_info"
,
"id"
:
0
}
}