SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
enum SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
enum SocketAddressError
import NIOCore
The core abstractions that make up SwiftNIO.
case unknown(host: String, port: Int)
The host is unknown (could not be resolved).
case unsupported
The requested SocketAddress
is not supported.
case unixDomainSocketPathTooLong
The requested UDS path is too long.
case failedToParseIPString(String)
Unable to parse a given IP string
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 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.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
struct FailedToParseIPByteBuffer
Unable to parse a given IP ByteBuffer
import MongoKitten
var localizedDescription: String { get }
Retrieve the localized description for this error.