DNS Names.
|
EmptyLabel
Raised if a label is empty.
|
|
BadEscape
Raised if an escaped code in a text format name is invalid.
|
|
BadPointer
Raised if a compression pointer points forward instead of backward.
|
|
BadLabelType
Raised if the label type of a wire format name is unknown.
|
|
NeedAbsoluteNameOrOrigin
Raised if an attempt is made to convert a non-absolute name to wire
when there is also a non-absolute (or missing) origin.
|
|
NameTooLong
Raised if a name is > 255 octets long.
|
|
LabelTooLong
Raised if a label is > 63 octets long.
|
|
AbsoluteConcatenation
Raised if an attempt is made to append anything other than the
empty name to an absolute name.
|
|
NoParent
Raised if an attempt is made to get the parent of the root name or
the empty name.
|
|
LabelMixesUnicodeAndASCII
Raised if a label mixes Unicode characters and ASCII escapes.
|
|
Name
A DNS name.
|