Static Propertyswift-nio 2.84.0NIOCore
invalidHexLength
ByteBuffer-hex.swift:375static let invalidHexLength: ByteBuffer.HexDecodingError
static let invalidHexLength: ByteBuffer.HexDecodingError
s7NIOCore10ByteBufferV16HexDecodingErrorV07invalidD6LengthAEvpZ
What are these?1Z43C
import NIOCore
The core abstractions that make up SwiftNIO.
struct HexDecodingError
An error that is thrown when an invalid hex encoded string was attempted to be written to a ByteBuffer.
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
static let invalidCharacter: ByteBuffer.HexDecodingError