Skip to content

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

Structure

Response.Body.NegativeCountError

Thrown when a streaming body is created with a negative length.
struct NegativeCountError

Overview

Conforms to AbortError, so a handler that lets it propagate fails that one request with a 500 and a diagnosable reason rather than bringing the process down.

Topics

Initializers

Instance Properties

Relationships

Conforms To

  • AbortError
  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.Error
  • Swift.Sendable
  • Swift.SendableMetatype