Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Structure

RequestBodyAlreadyBeingRead

Thrown when the request body is read from two tasks at once. It is a single-consumer stream, so this is a programmer error, surfaced as a 500 rather than silently reporting an empty end-of-body.
struct RequestBodyAlreadyBeingRead

Topics

Default Implementations

Relationships

Conforms To

  • AbortError
  • Swift.Copyable
  • Swift.Error
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype