const google.golang.org/grpc/codes.NotFound
6 uses
google.golang.org/grpc/codes (current package)
code_string.go#L43: case NotFound:
code_string.go#L84: case NotFound:
codes.go#L79: NotFound Code = 5
codes.go#L210: `"NOT_FOUND"`: NotFound,
google.golang.org/grpc/health
server.go#L69: return nil, status.Error(codes.NotFound, "unknown service")
google.golang.org/grpc/internal/status
status.go#L234: case codes.InvalidArgument, codes.NotFound, codes.AlreadyExists, codes.FailedPrecondition, codes.Aborted, codes.OutOfRange, codes.DataLoss:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)