Enumerationswift-nio 2.72.0NIOCore
ChannelPipelineError
Error
that is used by the ChannelPipeline
to inform the user of an error.
enum ChannelPipelineError
Cases
case alreadyRemoved
ChannelHandler
was already removed.case notFound
ChannelHandler
was not found.
See also
enum ByteToMessageDecoderError
Common errors thrown by
ByteToMessageDecoder
s.enum ChannelError
An error that can occur on
Channel
operations.enum DatagramChannelError
enum EventLoopError
Different
Error
s that are specific toEventLoop
operations / implementations.struct IOError
An
Error
for an IO operation.struct NIOAsyncWriterError
Errors thrown by the
NIOAsyncWriter
.struct NIOAttemptedToRemoveHandlerMultipleTimesError
The removal of a
ChannelHandler
usingChannelPipeline.removeHandler
has been attempted more than once.struct NIOMulticastNotImplementedError
Multicast has not been properly implemented on this channel.
struct NIOMulticastNotSupportedError
Multicast is not supported on this interface.
struct NIOTooManyBytesError
An error that is thrown when the number of bytes in an AsyncSequence exceeds the limit.
enum SocketAddressError
Special
Error
that may be thrown if we fail to create aSocketAddress
.
Citizens in NIOCore
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Error
A type representing an error value that can be thrown.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.