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