nextHopInstanceNotOnNetwork constant

Warning_Code const nextHopInstanceNotOnNetwork

The route's nextHopInstance URL refers to an instance that is not on the same network as the route.

Implementation

static const nextHopInstanceNotOnNetwork = Warning_Code(
  'NEXT_HOP_INSTANCE_NOT_ON_NETWORK',
);