Structureswift-nio 2.81.0NIOHTTP1
NIOHTTPObjectAggregatorError
NIOHTTPObjectAggregator.swift:48struct NIOHTTPObjectAggregatorError
struct NIOHTTPObjectAggregatorError
import NIOHTTP1
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
static let connectionClosed: NIOHTTPObjectAggregatorError
static let endingIgnoredMessage: NIOHTTPObjectAggregatorError
static let frameTooLong: NIOHTTPObjectAggregatorError
static let unexpectedMessageBody: NIOHTTPObjectAggregatorError
static let unexpectedMessageEnd: NIOHTTPObjectAggregatorError
static let unexpectedMessageHead: NIOHTTPObjectAggregatorError
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.