nextHopInstanceNotOnNetwork constant

Warnings_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 = Warnings_Code(
  'NEXT_HOP_INSTANCE_NOT_ON_NETWORK',
);