Lines Matching refs:error

14     #[error("Unknown type")]
18 #[error("unknown scheme type")]
22 #[error("queries not supported in stun address")]
26 #[error("invalid query")]
30 #[error("invalid hostname")]
34 #[error("invalid port number")]
39 #[error("local username fragment is less than 24 bits long")]
44 #[error("local password is less than 128 bits long")]
48 #[error("invalid transport protocol type")]
52 #[error("the agent is closed")]
56 #[error("no candidate pairs available")]
60 #[error("connecting canceled by caller")]
64 #[error("attempted to start agent twice")]
68 #[error("remote ufrag is empty")]
72 #[error("remote pwd is empty")]
76 #[error("no on_candidate provided")]
80 #[error("attempting to gather candidates during gathering state")]
84 #[error("username is empty")]
88 #[error("password is empty")]
92 #[error("failed to parse address")]
96 #[error("lite agents must only use host candidates")]
100 #[error("agent does not need URL with selected candidate types")]
104 #[error("unsupported 1:1 NAT IP candidate type")]
108 #[error("invalid 1:1 NAT IP mapping")]
112 #[error("external mapped IP not found")]
117 #[error("mDNS gathering cannot be used with 1:1 NAT IP mapping for host candidate")]
122 #[error("1:1 NAT IP mapping for host candidate ineffective")]
127 #[error("1:1 NAT IP mapping for srflx candidate ineffective")]
131 #[error("invalid mDNS HostName, must end with .local and can only contain a single '.'")]
135 #[error("ICE Agent can not be restarted when gathering")]
139 #[error("run was canceled by done")]
143 #[error("TCPMux is not initialized")]
147 #[error("conn with same remote addr already exists")]
150 #[error("failed to send packet")]
152 #[error("attribute not long enough to be ICE candidate")]
154 #[error("could not parse component")]
156 #[error("could not parse priority")]
158 #[error("could not parse port")]
160 #[error("could not parse related addresses")]
162 #[error("could not parse type")]
164 #[error("unknown candidate type")]
166 #[error("failed to get XOR-MAPPED-ADDRESS response")]
168 #[error("connection with same remote address already exists")]
170 #[error("error reading streaming packet")]
172 #[error("error writing to")]
174 #[error("error closing connection")]
176 #[error("unable to determine networkType")]
178 #[error("missing protocol scheme")]
180 #[error("too many colons in address")]
182 #[error("unexpected error trying to read")]
184 #[error("unknown role")]
186 #[error("username mismatch")]
188 #[error("the ICE conn can't write STUN messages")]
190 #[error("invalid url")]
192 #[error("relative URL without a base")]
194 #[error("Candidate IP could not be found")]
197 #[error("parse int: {0}")]
199 #[error("parse addr: {0}")]
201 #[error("{0}")]
203 #[error("{0}")]
205 #[error("{0}")]
207 #[error("{0}")]
209 #[error("{0}")]
211 #[error("{0}")]
214 #[error("{0}")]
219 #[error("io error: {0}")]