TOO_LARGE constant

Routing_Error const TOO_LARGE

The packet was too big for sending (exceeds interface MTU after encoding)

Implementation

static const Routing_Error TOO_LARGE =
    Routing_Error._(7, _omitEnumNames ? '' : 'TOO_LARGE');