Structureswift-nio 2.81.0NIOHTTP1
NIOHTTPDecoderError
Errors thrown by HTTPRequestDecoder
and HTTPResponseDecoder
in addition to HTTPParserError
.
struct NIOHTTPDecoderError
Errors thrown by HTTPRequestDecoder
and HTTPResponseDecoder
in addition to HTTPParserError
.
struct NIOHTTPDecoderError
import NIOHTTP1
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
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 Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static let unsolicitedResponse: NIOHTTPDecoderError
A response was received from a server without an associated request having been sent.
var debugDescription: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.