Module mini_functions::errors

source ·
Expand description

Delivers advanced error handling functionalities. Application Error handling functionality

Provides access to error handling functions and types.

Modules

  • Re-exported main idk module from idk for error handling. The common module provides common functionality that can be used throughout the entire crate.
  • Re-exported main idk module from idk for error handling. The error module contains all the error types used in the crate.
  • Re-exported main idk module from idk for error handling. The jwt module provides functionality to encode and decode JSON Web Tokens (JWT).
  • Re-exported main idk module from idk for error handling. The property module provides functionality to create and manage properties.
  • Re-exported main idk module from idk for error handling. The stacktrace module provides functionality to create and manage stacktraces.
  • Re-exported main idk module from idk for error handling. The traits module provides functionality to create and manage traits.