RATE_LIMIT_EXCEEDED constant

Routing_Error const RATE_LIMIT_EXCEEDED

Airtime fairness rate limit exceeded for a packet This typically enforced per portnum and is used to prevent a single node from monopolizing airtime

Implementation

static const Routing_Error RATE_LIMIT_EXCEEDED =
    Routing_Error._(38, _omitEnumNames ? '' : 'RATE_LIMIT_EXCEEDED');