Status Codes Flashcards
1
Q
404
A
Not Found
Requested resource could not be found on the server
2
Q
404 Example
A
Requesting data for a non-existent smart contract
3
Q
401
A
Unauthorized
Request was unsuccessful due to invalid credentials
4
Q
401 Example
A
Requesting data from a server with an incorrect URL, or a revoked API Key
5
Q
200
A
OK
The request was sucessful and the server returned the requested data
6
Q
200 Example
A
Successfully fetching a user’s token balance from the DApp
7
Q
429
A
Too Many Requests
Client has sent too many requests to the server within a given time frame
8
Q
429 Example
A
Exceeding a client Bandwidth limit, or Daily per-user limits