A failure in delivering a message (usually used for routing control messages, but might be provided in addition to ack.fail_id to provide details on the type of failure).

Generated

from enum meshtastic.Routing.Error

Enumeration Members

BAD_REQUEST: 32

The application layer service on the remote node received your request, but considered your request somehow invalid

Generated

from enum value: BAD_REQUEST = 32;

DUTY_CYCLE_LIMIT: 9

Cannot send currently because duty cycle regulations will be violated.

Generated

from enum value: DUTY_CYCLE_LIMIT = 9;

GOT_NAK: 2

We received a nak while trying to forward on your behalf

Generated

from enum value: GOT_NAK = 2;

MAX_RETRANSMIT: 5

We reached the max retransmission count (typically for naive flood routing)

Generated

from enum value: MAX_RETRANSMIT = 5;

NONE: 0

This message is not a failure

Generated

from enum value: NONE = 0;

NOT_AUTHORIZED: 33

The application layer service on the remote node received your request, but considered your request not authorized (i.e you did not send the request on the required bound channel)

Generated

from enum value: NOT_AUTHORIZED = 33;

NO_CHANNEL: 6

No suitable channel was found for sending this packet (i.e. was requested channel index disabled?)

Generated

from enum value: NO_CHANNEL = 6;

NO_INTERFACE: 4

No suitable interface could be found for delivering this packet

Generated

from enum value: NO_INTERFACE = 4;

NO_RESPONSE: 8

The request had want_response set, the request reached the destination node, but no service on that node wants to send a response (possibly due to bad channel permissions)

Generated

from enum value: NO_RESPONSE = 8;

NO_ROUTE: 1

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

Generated

from enum value: NO_ROUTE = 1;

TIMEOUT: 3

TODO: REPLACE

Generated

from enum value: TIMEOUT = 3;

TOO_LARGE: 7

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

Generated

from enum value: TOO_LARGE = 7;

Generated using TypeDoc