StructureNIOCore
CopyBytesError
Errors thrown when calling copyBytes
.
struct CopyBytesError
Errors thrown when calling copyBytes
.
struct CopyBytesError
static let negativeLength: ByteBuffer.CopyBytesError
The length of the bytes to copy was negative.
static let unreadableSourceBytes: ByteBuffer.CopyBytesError
The bytes to copy are not readable.
var debugDescription: String
A textual representation of this instance, suitable for debugging.