const google.golang.org/grpc/codes.NotFound

4 uses

	google.golang.org/grpc/codes (current package)
		code_string.go#L35: 	case NotFound:
		codes.go#L73: 	NotFound Code = 5
		codes.go#L204: 	`"NOT_FOUND"`:           NotFound,

	go.opencensus.io/plugin/ocgrpc
		stats_common.go#L187: 	case codes.NotFound: