Lines Matching +full:end +full:- +full:of +full:- +full:conversion
2 * a error2str function to make sense of all the
7 * (c) NLnet Labs, 2005-2006
28 { LDNS_STATUS_INVALID_INT, "Conversion error, integer expected" },
29 { LDNS_STATUS_INVALID_IP4, "Conversion error, ip4 addr expected" },
30 { LDNS_STATUS_INVALID_IP6, "Conversion error, ip6 addr expected" },
31 { LDNS_STATUS_INVALID_STR, "Conversion error, string expected" },
32 { LDNS_STATUS_INVALID_B32_EXT, "Conversion error, b32 ext encoding expected" },
33 { LDNS_STATUS_INVALID_B64, "Conversion error, b64 encoding expected" },
34 { LDNS_STATUS_INVALID_HEX, "Conversion error, hex encoding expected" },
35 { LDNS_STATUS_INVALID_TIME, "Conversion error, time encoding expected" },
36 { LDNS_STATUS_NETWORK_ERR, "Could not send or receive, because of network error" },
37 { LDNS_STATUS_ADDRESS_ERR, "Could not start AXFR, because of address error" },
40 …TUS_NOT_IMPL, "This function is not implemented (yet), please notify the developers - or not..." },
59 { LDNS_STATUS_NSEC3_ERR, "Error in NSEC3 denial of existence proof" },
92 …{ LDNS_STATUS_DNSSEC_NSEC3_ORIGINAL_NOT_FOUND, "original of NSEC3 hashed name could not be found" …
107 "Unknown transport. Should be one of {tcp, udp, sctp}" },
111 "Non of the extra certificates is used to sign the first" },
113 "The offset was out of range" },
127 "did not end in a self-signed certificate" },
129 "Conversion error, 4 colon separated hex numbers expected" },
131 "Conversion error, 6 two character hex numbers "
132 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx" },
134 "Conversion error, 8 two character hex numbers "
135 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx-xx-xx" },
138 "Conversion error, a non-zero sequence of US-ASCII letters "
144 "The rdata field was not of the expected type" },
153 "to verify the DANE-TA usage type." },
156 "ldns depends on the availability of the SSL_get0_dane() and "
158 "to be able to verify the DANE-TA usage type." },
172 "the ServiceParam rdata field of SVCB or HTTPS RR" },
174 "the ServiceParam rdata field of SVCB or HTTPS RR" },
177 "in the ServiceParam rdata field of SVCB or HTTPS RR" },
180 "in the ServiceParam rdata field of SVCB or HTTPS RR" },
183 "in the ServiceParam rdata field of SVCB or HTTPS RR" },
185 "Invalid wireformat of a value "
186 "in the ServiceParam rdata field of SVCB or HTTPS RR" },
198 return lt->name; in ldns_get_errorstr_by_id()