NIOMulticastNotImplementedError
Multicast has not been properly implemented on this channel.
struct NIOMulticastNotImplementedError
Multicast has not been properly implemented on this channel.
struct NIOMulticastNotImplementedError
import NIOCore
The core abstractions that make up SwiftNIO.
enum ByteToMessageDecoderError
Common errors thrown by ByteToMessageDecoder
s.
enum ChannelError
An error that can occur on Channel
operations.
enum ChannelPipelineError
Error
that is used by the ChannelPipeline
to inform the user of an error.
enum DatagramChannelError
enum EventLoopError
Different Error
s that are specific to EventLoop
operations / implementations.
struct IOError
An Error
for an IO operation.
struct NIOAsyncWriterError
Errors thrown by the NIOAsyncWriter
.
struct NIOAttemptedToRemoveHandlerMultipleTimesError
The removal of a ChannelHandler
using ChannelPipeline.removeHandler
has been attempted more than once.
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 a SocketAddress
.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
init()
import MongoKitten
var localizedDescription: String { get }
Retrieve the localized description for this error.