Static Propertyswift-nio 2.77.0NIOCore
invalidUTF8
The length of the bytes to copy was negative.
static let invalidUTF8: ReadUTF8ValidationError
The length of the bytes to copy was negative.
static let invalidUTF8: ReadUTF8ValidationError
s7NIOCore10ByteBufferV23ReadUTF8ValidationErrorV07invalidE0AEvpZ
What are these?30KI3
import NIOCore
The core abstractions that make up SwiftNIO.
struct ReadUTF8ValidationError
Errors thrown when calling readUTF8ValidatedString
or getUTF8ValidatedString
.
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).