Lines Matching refs:error
12 #[error("mDNS: failed to join multicast group")]
14 #[error("mDNS: connection is closed")]
16 #[error("mDNS: context has elapsed")]
18 #[error("mDNS: config must not be nil")]
20 #[error("parsing/packing of this type isn't available yet")]
22 #[error("parsing/packing of this section has completed")]
24 #[error("parsing/packing of this section is header")]
26 #[error("insufficient data for base length type")]
28 #[error("insufficient data for calculated length type")]
30 #[error("segment prefix is reserved")]
32 #[error("too many pointers (>10)")]
34 #[error("invalid pointer")]
36 #[error("nil resource body")]
38 #[error("insufficient data for resource body length")]
40 #[error("segment length too long")]
42 #[error("zero length segment")]
44 #[error("resource length too long")]
46 #[error("too many Questions to pack (>65535)")]
48 #[error("too many Answers to pack (>65535)")]
50 #[error("too many Authorities to pack (>65535)")]
52 #[error("too many Additionals to pack (>65535)")]
54 #[error("name is not in canonical format (it must end with a .)")]
56 #[error("character string exceeds maximum length (255)")]
58 #[error("compressed name in SRV resource data")]
60 #[error("empty builder msg")]
62 #[error("{0}")]
64 #[error("utf-8 error: {0}")]
66 #[error("parse addr: {0}")]
68 #[error("{0}")]
73 #[error("io error: {0}")]