Structureswift-nio 2.72.0NIOCore
NIOAsyncWriterError
Errors thrown by the NIOAsyncWriter
.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
struct NIOAsyncWriterError
See also
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 theChannelPipeline
to inform the user of an error.enum DatagramChannelError
enum EventLoopError
Different
Error
s that are specific toEventLoop
operations / implementations.struct IOError
An
Error
for an IO operation.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 CustomStringConvertible
A type with a customized textual representation.
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 members
static func alreadyFinished(file: String, line: Int
) -> NIOAsyncWriterError Indicates that the
NIOAsyncWriter
has already finished and is not accepting any more writes.static func == (lhs: NIOAsyncWriterError, rhs: NIOAsyncWriterError
) -> Bool
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.