ROUTER_ERROR constant

StoreAndForward_RequestResponse const ROUTER_ERROR

Router is an in error state.

Implementation

static const StoreAndForward_RequestResponse ROUTER_ERROR =
    StoreAndForward_RequestResponse._(
        1, _omitEnumNames ? '' : 'ROUTER_ERROR');