Status Codes Flashcards

1
Q

404

A

Not Found

Requested resource could not be found on the server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

404 Example

A

Requesting data for a non-existent smart contract

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

401

A

Unauthorized

Request was unsuccessful due to invalid credentials

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

401 Example

A

Requesting data from a server with an incorrect URL, or a revoked API Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

200

A

OK

The request was sucessful and the server returned the requested data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

200 Example

A

Successfully fetching a user’s token balance from the DApp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

429

A

Too Many Requests

Client has sent too many requests to the server within a given time frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

429 Example

A

Exceeding a client Bandwidth limit, or Daily per-user limits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly