aboutsummaryrefslogtreecommitdiff
path: root/dht/errors.go
blob: 47cb4d992f51809386a038500a83a8a26596a24d (plain)
1
2
3
4
5
6
7
8
package dht

var ErrCodes = map[int]string{
	201: "Generic Error",
	202: "Server Error",
	203: "Protocol Error",
	204: "Method Unknown",
}