Structureswift-nio 2.81.0NIOCore
PayloadTooLargeError
This error can be thrown by ByteToMessageDecoder
s if the incoming payload is larger than the max specified.
struct PayloadTooLargeError
This error can be thrown by ByteToMessageDecoder
s if the incoming payload is larger than the max specified.
struct PayloadTooLargeError
s7NIOCore25ByteToMessageDecoderErrorO015PayloadTooLargeF0V
What are these?2Y3IF
import NIOCore
The core abstractions that make up SwiftNIO.
enum ByteToMessageDecoderError
Common errors thrown by ByteToMessageDecoder
s.
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.