http_handle

Module error

Source
Expand description

The error module defines various errors that can occur during server operation, including those related to connections and malformed requests. Error types for the Http Handle.

This module defines the various error types that can occur during the operation of the Http Handle. It provides a centralized place for error handling and propagation throughout the application.

The main type exposed by this module is the ServerError enum, which encompasses all possible error conditions the server might encounter.

Enumsยง

  • Represents the different types of errors that can occur in the server.