/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/// Note: we return this if the server returns a bad URL with /// its response. This *probably* should never happen, but who knows. #[error("[no-sentry] URL Parse Error: {0}")]
UrlError(#[source] url::ParseError),
#[error("[no-sentry] Validation error: URL does not use TLS protocol.")]
NonTlsUrl,
}
/// This error is returned as the `Err` result from /// [`Response::require_success`]. /// /// Note that it's not a variant on `Error` to distinguish between errors /// caused by the network, and errors returned from the server. #[derive(thiserror::Error, Debug, Clone)] #[error("Error: {method} {url} returned {status}")] pubstruct UnexpectedStatus { pub status: u16, pub method: crate::Method, pub url: url::Url,
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-06-19)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.