Lines Matching refs:error
6 use tokio::sync::mpsc::error::SendError as MpscSendError;
14 #[error("conn is closed")]
16 #[error("read/write timeout")]
18 #[error("buffer is too small")]
20 #[error("context is not supported for export_keying_material")]
22 #[error("packet is too short")]
24 #[error("handshake is in progress")]
26 #[error("invalid content type")]
28 #[error("invalid mac")]
30 #[error("packet length and declared length do not match")]
32 #[error("export_keying_material can not be used with a reserved label")]
34 #[error("client sent certificate verify but we have no certificate to verify")]
36 #[error("client+server do not support any shared cipher suites")]
38 #[error("server hello can not be created without a cipher suite")]
40 #[error("client sent certificate but did not verify it")]
42 #[error("server required client verification, but got none")]
44 #[error("server responded with SRTP Profile we do not support")]
46 #[error("client required Extended Master Secret extension, but server does not support it")]
48 #[error("server hello can not be created without a compression method")]
50 #[error("client+server cookie does not match")]
52 #[error("cookie must not be longer then 255 bytes")]
54 #[error("PSK Identity Hint provided but PSK is nil")]
56 #[error("no certificate provided")]
58 #[error("cipher spec invalid")]
60 #[error("invalid or unknown cipher suite")]
62 #[error("unable to determine if ClientKeyExchange is a public key or PSK Identity")]
64 #[error("invalid or unknown compression method")]
66 #[error("ECDSA signature contained zero or negative values")]
68 #[error("invalid or unknown elliptic curve type")]
70 #[error("invalid extension type")]
72 #[error("invalid hash algorithm")]
74 #[error("invalid named curve")]
76 #[error("invalid private key type")]
78 #[error("named curve and private key type does not match")]
80 #[error("invalid server name format")]
82 #[error("invalid signature algorithm")]
84 #[error("expected and actual key signature do not match")]
86 #[error("Conn can not be created with a nil nextConn")]
88 #[error("connection can not be created, no CipherSuites satisfy this Config")]
90 #[error("connection can not be created, no SignatureScheme satisfy this Config")]
92 #[error("no certificates configured")]
94 #[error("no config provided")]
96 #[error("client requested zero or more elliptic curves that are not supported by the server")]
98 #[error("unsupported protocol version")]
100 #[error("Certificate and PSK provided")]
102 #[error("PSK and PSK Identity Hint must both be set for client")]
104 #[error("SRTP support was requested but server did not respond with use_srtp extension")]
106 #[error("Certificate is mandatory for server")]
108 #[error("client requested SRTP but we have no matching profiles")]
110 #[error(
114 #[error("expected and actual verify data does not match")]
116 #[error("handshake message unset, unable to marshal")]
118 #[error("invalid flight number")]
120 #[error("unable to generate key signature, unimplemented")]
122 #[error("unable to verify key signature, unimplemented")]
124 #[error("data length and declared length do not match")]
126 #[error("buffer not long enough to contain nonce")]
128 #[error("feature has not been implemented yet")]
130 #[error("sequence number overflow")]
132 #[error("unable to marshal fragmented handshakes")]
134 #[error("invalid state machine transition")]
136 #[error("ApplicationData with epoch of 0")]
138 #[error("unhandled contentType")]
140 #[error("context canceled")]
142 #[error("empty fragment")]
144 #[error("Alert is Fatal or Close Notify")]
147 #[error(
152 #[error("{0}")]
154 #[error("{0}")]
156 #[error("utf8: {0}")]
158 #[error("{0}")]
160 #[error("{0}")]
162 #[error("{0}")]
164 #[error("mpsc send: {0}")]
166 #[error("keying material: {0}")]
170 #[error("invalid PEM: {0}")]
174 #[error("{0}")]
179 #[error("io error: {0}")]
202 #[error("{0}")]