Module meshtastic::errors

source ·
Expand description

This module contains the global Error type of the library. This enum implements std::error::Error, std::fmt::Display, and std::fmt::Debug. This enum is used to represent all errors that can occur within the library.

Enums§

  • This enum defines the possible errors that can occur within the public API of the library.