darkwing::server

Module error

source
Expand description

Error handling for the server module.

This module provides a centralized error handling system for the application, including custom error types, error mapping, and HTTP response generation.

Structs§

  • Represents an API error response with a map of error messages.

Enums§

  • The main error enum for the application.

Type Aliases§

  • Type alias for Results that use our custom Error type
  • Type alias for a map of error messages using static string references