NO_ROUTE constant

Routing_Error const NO_ROUTE

Our node doesn't have a route to the requested destination anymore.

Implementation

static const Routing_Error NO_ROUTE =
    Routing_Error._(1, _omitEnumNames ? '' : 'NO_ROUTE');