Module actix_web::error

source ·
Expand description

Error and Result module

Structs§

  • An error representing a problem running a blocking task on a thread pool.
  • General purpose Actix Web error.
  • A generic “error” for HTTP connections
  • Wraps errors to alter the generated response status code.

Enums§

  • A set of error that can occur during parsing content type.
  • A set of errors that can occur during dispatching HTTP requests.
  • A set of errors that can occur during parsing json payloads
  • A set of errors that can occur during parsing HTTP streams.
  • A set of errors that can occur during parsing request paths
  • A set of errors that can occur during payload parsing.
  • A set of errors that can occur during parsing query strings.
  • Error type returned when reading body as lines.
  • Errors which can occur when attempting to generate resource uri.
  • A set of errors that can occur during parsing urlencoded payloads

Traits§

Functions§

Type Aliases§