NAME
Net::DHCPv6::X::Truncated - Thrown when a buffer is too short for expected data
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6;
my ($msg, $err) = Net::DHCPv6->decode_with_error($short_bytes);
if ($err && $err->isa('Net::DHCPv6::X::Truncated')) {
warn "truncated: " . $err->message;
}
DESCRIPTION
Exception thrown when a buffer is shorter than the expected header or data length during wire-format parsing.
See Net::DHCPv6::X.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
AUTHOR
Dean Hamstead <dean@fragfest.com.au>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2026 by Dean Hamstead.
This is free software, licensed under:
The MIT (X11) License