mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
1 line
25 KiB
HTML
1 line
25 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `error` mod in crate `servers`."><title>servers::error - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="servers" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-ce535bd0.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module error</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../servers/index.html">servers</a><span class="version">1.0.0-beta.3</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module error</a></h2><h3><a href="#structs">Module Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#functions" title="Functions">Functions</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate servers</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">servers</a></div><h1>Module <span>error</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/servers/error.rs.html#15-878">Source</a> </span></div><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.AddressBindSnafu.html" title="struct servers::error::AddressBindSnafu">Address<wbr>Bind<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::AddressBind</code> variant</dd><dt><a class="struct" href="struct.AlreadyStartedSnafu.html" title="struct servers::error::AlreadyStartedSnafu">Already<wbr>Started<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::AlreadyStarted</code> variant</dd><dt><a class="struct" href="struct.ArrowSnafu.html" title="struct servers::error::ArrowSnafu">Arrow<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Arrow</code> variant</dd><dt><a class="struct" href="struct.AuthSnafu.html" title="struct servers::error::AuthSnafu">Auth<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Auth</code> variant</dd><dt><a class="struct" href="struct.BuildHttpResponseSnafu.html" title="struct servers::error::BuildHttpResponseSnafu">Build<wbr>Http<wbr>Response<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::BuildHttpResponse</code> variant</dd><dt><a class="struct" href="struct.CancelledSnafu.html" title="struct servers::error::CancelledSnafu">Cancelled<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Cancelled</code> variant</dd><dt><a class="struct" href="struct.CatalogSnafu.html" title="struct servers::error::CatalogSnafu">Catalog<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Catalog</code> variant</dd><dt><a class="struct" href="struct.CheckDatabaseValiditySnafu.html" title="struct servers::error::CheckDatabaseValiditySnafu">Check<wbr>Database<wbr>Validity<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CheckDatabaseValidity</code> variant</dd><dt><a class="struct" href="struct.CollectRecordbatchSnafu.html" title="struct servers::error::CollectRecordbatchSnafu">Collect<wbr>Recordbatch<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CollectRecordbatch</code> variant</dd><dt><a class="struct" href="struct.CommonMetaSnafu.html" title="struct servers::error::CommonMetaSnafu">Common<wbr>Meta<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CommonMeta</code> variant</dd><dt><a class="struct" href="struct.CompressPromRemoteRequestSnafu.html" title="struct servers::error::CompressPromRemoteRequestSnafu">Compress<wbr>Prom<wbr>Remote<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CompressPromRemoteRequest</code> variant</dd><dt><a class="struct" href="struct.ConvertScalarValueSnafu.html" title="struct servers::error::ConvertScalarValueSnafu">Convert<wbr>Scalar<wbr>Value<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ConvertScalarValue</code> variant</dd><dt><a class="struct" href="struct.ConvertSqlValueSnafu.html" title="struct servers::error::ConvertSqlValueSnafu">Convert<wbr>SqlValue<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ConvertSqlValue</code> variant</dd><dt><a class="struct" href="struct.DataFrameSnafu.html" title="struct servers::error::DataFrameSnafu">Data<wbr>Frame<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DataFrame</code> variant</dd><dt><a class="struct" href="struct.DataFusionSnafu.html" title="struct servers::error::DataFusionSnafu">Data<wbr>Fusion<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DataFusion</code> variant</dd><dt><a class="struct" href="struct.DecodeLokiRequestSnafu.html" title="struct servers::error::DecodeLokiRequestSnafu">Decode<wbr>Loki<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecodeLokiRequest</code> variant</dd><dt><a class="struct" href="struct.DecodeOtlpRequestSnafu.html" title="struct servers::error::DecodeOtlpRequestSnafu">Decode<wbr>Otlp<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecodeOtlpRequest</code> variant</dd><dt><a class="struct" href="struct.DecodePromRemoteRequestSnafu.html" title="struct servers::error::DecodePromRemoteRequestSnafu">Decode<wbr>Prom<wbr>Remote<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecodePromRemoteRequest</code> variant</dd><dt><a class="struct" href="struct.DecompressSnappyPromRemoteRequestSnafu.html" title="struct servers::error::DecompressSnappyPromRemoteRequestSnafu">Decompress<wbr>Snappy<wbr>Prom<wbr>Remote<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecompressSnappyPromRemoteRequest</code> variant</dd><dt><a class="struct" href="struct.DecompressZstdPromRemoteRequestSnafu.html" title="struct servers::error::DecompressZstdPromRemoteRequestSnafu">Decompress<wbr>Zstd<wbr>Prom<wbr>Remote<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecompressZstdPromRemoteRequest</code> variant</dd><dt><a class="struct" href="struct.DescribeStatementSnafu.html" title="struct servers::error::DescribeStatementSnafu">Describe<wbr>Statement<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DescribeStatement</code> variant</dd><dt><a class="struct" href="struct.DumpPprofSnafu.html" title="struct servers::error::DumpPprofSnafu">Dump<wbr>Pprof<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DumpPprof</code> variant</dd><dt><a class="struct" href="struct.DumpProfileDataSnafu.html" title="struct servers::error::DumpProfileDataSnafu">Dump<wbr>Profile<wbr>Data<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DumpProfileData</code> variant</dd><dt><a class="struct" href="struct.DurationOverflowSnafu.html" title="struct servers::error::DurationOverflowSnafu">Duration<wbr>Overflow<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DurationOverflow</code> variant</dd><dt><a class="struct" href="struct.ExecuteGrpcQuerySnafu.html" title="struct servers::error::ExecuteGrpcQuerySnafu">Execute<wbr>Grpc<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ExecuteGrpcQuery</code> variant</dd><dt><a class="struct" href="struct.ExecuteGrpcRequestSnafu.html" title="struct servers::error::ExecuteGrpcRequestSnafu">Execute<wbr>Grpc<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ExecuteGrpcRequest</code> variant</dd><dt><a class="struct" href="struct.ExecutePlanSnafu.html" title="struct servers::error::ExecutePlanSnafu">Execute<wbr>Plan<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ExecutePlan</code> variant</dd><dt><a class="struct" href="struct.ExecuteQuerySnafu.html" title="struct servers::error::ExecuteQuerySnafu">Execute<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ExecuteQuery</code> variant</dd><dt><a class="struct" href="struct.FailedToParseQuerySnafu.html" title="struct servers::error::FailedToParseQuerySnafu">Failed<wbr>ToParse<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FailedToParseQuery</code> variant</dd><dt><a class="struct" href="struct.FileWatchSnafu.html" title="struct servers::error::FileWatchSnafu">File<wbr>Watch<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FileWatch</code> variant</dd><dt><a class="struct" href="struct.HandleOtelArrowRequestSnafu.html" title="struct servers::error::HandleOtelArrowRequestSnafu">Handle<wbr>Otel<wbr>Arrow<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::HandleOtelArrowRequest</code> variant</dd><dt><a class="struct" href="struct.IncompatibleSchemaSnafu.html" title="struct servers::error::IncompatibleSchemaSnafu">Incompatible<wbr>Schema<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::IncompatibleSchema</code> variant</dd><dt><a class="struct" href="struct.InfluxdbLineProtocolSnafu.html" title="struct servers::error::InfluxdbLineProtocolSnafu">Influxdb<wbr>Line<wbr>Protocol<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InfluxdbLineProtocol</code> variant</dd><dt><a class="struct" href="struct.InternalIoSnafu.html" title="struct servers::error::InternalIoSnafu">Internal<wbr>IoSnafu</a></dt><dd>SNAFU context selector for the <code>Error::InternalIo</code> variant</dd><dt><a class="struct" href="struct.InternalSnafu.html" title="struct servers::error::InternalSnafu">Internal<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Internal</code> variant</dd><dt><a class="struct" href="struct.InvalidAuthHeaderInvalidUtf8ValueSnafu.html" title="struct servers::error::InvalidAuthHeaderInvalidUtf8ValueSnafu">Invalid<wbr>Auth<wbr>Header<wbr>Invalid<wbr>Utf8<wbr>Value<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidAuthHeaderInvalidUtf8Value</code> variant</dd><dt><a class="struct" href="struct.InvalidAuthHeaderInvisibleASCIISnafu.html" title="struct servers::error::InvalidAuthHeaderInvisibleASCIISnafu">Invalid<wbr>Auth<wbr>Header<wbr>InvisibleASCII<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidAuthHeaderInvisibleASCII</code> variant</dd><dt><a class="struct" href="struct.InvalidAuthHeaderSnafu.html" title="struct servers::error::InvalidAuthHeaderSnafu">Invalid<wbr>Auth<wbr>Header<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidAuthHeader</code> variant</dd><dt><a class="struct" href="struct.InvalidBase64ValueSnafu.html" title="struct servers::error::InvalidBase64ValueSnafu">Invalid<wbr>Base64<wbr>Value<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidBase64Value</code> variant</dd><dt><a class="struct" href="struct.InvalidElasticsearchInputSnafu.html" title="struct servers::error::InvalidElasticsearchInputSnafu">Invalid<wbr>Elasticsearch<wbr>Input<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidElasticsearchInput</code> variant</dd><dt><a class="struct" href="struct.InvalidFlightTicketSnafu.html" title="struct servers::error::InvalidFlightTicketSnafu">Invalid<wbr>Flight<wbr>Ticket<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidFlightTicket</code> variant</dd><dt><a class="struct" href="struct.InvalidHeaderValueSnafu.html" title="struct servers::error::InvalidHeaderValueSnafu">Invalid<wbr>Header<wbr>Value<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidHeaderValue</code> variant</dd><dt><a class="struct" href="struct.InvalidJaegerQuerySnafu.html" title="struct servers::error::InvalidJaegerQuerySnafu">Invalid<wbr>Jaeger<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidJaegerQuery</code> variant</dd><dt><a class="struct" href="struct.InvalidLokiLabelsSnafu.html" title="struct servers::error::InvalidLokiLabelsSnafu">Invalid<wbr>Loki<wbr>Labels<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidLokiLabels</code> variant</dd><dt><a class="struct" href="struct.InvalidLokiPayloadSnafu.html" title="struct servers::error::InvalidLokiPayloadSnafu">Invalid<wbr>Loki<wbr>Payload<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidLokiPayload</code> variant</dd><dt><a class="struct" href="struct.InvalidOpentsdbJsonRequestSnafu.html" title="struct servers::error::InvalidOpentsdbJsonRequestSnafu">Invalid<wbr>Opentsdb<wbr>Json<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidOpentsdbJsonRequest</code> variant</dd><dt><a class="struct" href="struct.InvalidParameterSnafu.html" title="struct servers::error::InvalidParameterSnafu">Invalid<wbr>Parameter<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidParameter</code> variant</dd><dt><a class="struct" href="struct.InvalidPrepareStatementSnafu.html" title="struct servers::error::InvalidPrepareStatementSnafu">Invalid<wbr>Prepare<wbr>Statement<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidPrepareStatement</code> variant</dd><dt><a class="struct" href="struct.InvalidPromRemoteReadQueryResultSnafu.html" title="struct servers::error::InvalidPromRemoteReadQueryResultSnafu">Invalid<wbr>Prom<wbr>Remote<wbr>Read<wbr>Query<wbr>Result<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidPromRemoteReadQueryResult</code> variant</dd><dt><a class="struct" href="struct.InvalidPromRemoteRequestSnafu.html" title="struct servers::error::InvalidPromRemoteRequestSnafu">Invalid<wbr>Prom<wbr>Remote<wbr>Request<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidPromRemoteRequest</code> variant</dd><dt><a class="struct" href="struct.InvalidQuerySnafu.html" title="struct servers::error::InvalidQuerySnafu">Invalid<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidQuery</code> variant</dd><dt><a class="struct" href="struct.InvalidTableNameSnafu.html" title="struct servers::error::InvalidTableNameSnafu">Invalid<wbr>Table<wbr>Name<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidTableName</code> variant</dd><dt><a class="struct" href="struct.InvalidUtf8ValueSnafu.html" title="struct servers::error::InvalidUtf8ValueSnafu">Invalid<wbr>Utf8<wbr>Value<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidUtf8Value</code> variant</dd><dt><a class="struct" href="struct.JoinTaskSnafu.html" title="struct servers::error::JoinTaskSnafu">Join<wbr>Task<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::JoinTask</code> variant</dd><dt><a class="struct" href="struct.MysqlValueConversionSnafu.html" title="struct servers::error::MysqlValueConversionSnafu">Mysql<wbr>Value<wbr>Conversion<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::MysqlValueConversion</code> variant</dd><dt><a class="struct" href="struct.NotFoundAuthHeaderSnafu.html" title="struct servers::error::NotFoundAuthHeaderSnafu">NotFound<wbr>Auth<wbr>Header<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::NotFoundAuthHeader</code> variant</dd><dt><a class="struct" href="struct.NotFoundInfluxAuthSnafu.html" title="struct servers::error::NotFoundInfluxAuthSnafu">NotFound<wbr>Influx<wbr>Auth<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::NotFoundInfluxAuth</code> variant</dd><dt><a class="struct" href="struct.NotSupportedSnafu.html" title="struct servers::error::NotSupportedSnafu">NotSupported<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::NotSupported</code> variant</dd><dt><a class="struct" href="struct.OtherSnafu.html" title="struct servers::error::OtherSnafu">Other<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Other</code> variant</dd><dt><a class="struct" href="struct.OtlpMetricModeIncompatibleSnafu.html" title="struct servers::error::OtlpMetricModeIncompatibleSnafu">Otlp<wbr>Metric<wbr>Mode<wbr>Incompatible<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::OtlpMetricModeIncompatible</code> variant</dd><dt><a class="struct" href="struct.ParseJsonSnafu.html" title="struct servers::error::ParseJsonSnafu">Parse<wbr>Json<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ParseJson</code> variant</dd><dt><a class="struct" href="struct.ParsePromQLSnafu.html" title="struct servers::error::ParsePromQLSnafu">Parse<wbr>PromQL<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ParsePromQL</code> variant</dd><dt><a class="struct" href="struct.ParseTimestampSnafu.html" title="struct servers::error::ParseTimestampSnafu">Parse<wbr>Timestamp<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ParseTimestamp</code> variant</dd><dt><a class="struct" href="struct.PipelineSnafu.html" title="struct servers::error::PipelineSnafu">Pipeline<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Pipeline</code> variant</dd><dt><a class="struct" href="struct.PrepareStatementNotFoundSnafu.html" title="struct servers::error::PrepareStatementNotFoundSnafu">Prepare<wbr>Statement<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::PrepareStatementNotFound</code> variant</dd><dt><a class="struct" href="struct.PreparedStmtTypeMismatchSnafu.html" title="struct servers::error::PreparedStmtTypeMismatchSnafu">Prepared<wbr>Stmt<wbr>Type<wbr>Mismatch<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::PreparedStmtTypeMismatch</code> variant</dd><dt><a class="struct" href="struct.RowWriterSnafu.html" title="struct servers::error::RowWriterSnafu">RowWriter<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::RowWriter</code> variant</dd><dt><a class="struct" href="struct.StartGrpcSnafu.html" title="struct servers::error::StartGrpcSnafu">Start<wbr>Grpc<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::StartGrpc</code> variant</dd><dt><a class="struct" href="struct.StartHttpSnafu.html" title="struct servers::error::StartHttpSnafu">Start<wbr>Http<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::StartHttp</code> variant</dd><dt><a class="struct" href="struct.SuspendedSnafu.html" title="struct servers::error::SuspendedSnafu">Suspended<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Suspended</code> variant</dd><dt><a class="struct" href="struct.TableNotFoundSnafu.html" title="struct servers::error::TableNotFoundSnafu">Table<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TableNotFound</code> variant</dd><dt><a class="struct" href="struct.TcpBindSnafu.html" title="struct servers::error::TcpBindSnafu">TcpBind<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TcpBind</code> variant</dd><dt><a class="struct" href="struct.TimePrecisionSnafu.html" title="struct servers::error::TimePrecisionSnafu">Time<wbr>Precision<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TimePrecision</code> variant</dd><dt><a class="struct" href="struct.TimestampOverflowSnafu.html" title="struct servers::error::TimestampOverflowSnafu">Timestamp<wbr>Overflow<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TimestampOverflow</code> variant</dd><dt><a class="struct" href="struct.TlsRequiredSnafu.html" title="struct servers::error::TlsRequiredSnafu">TlsRequired<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TlsRequired</code> variant</dd><dt><a class="struct" href="struct.ToJsonSnafu.html" title="struct servers::error::ToJsonSnafu">ToJson<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ToJson</code> variant</dd><dt><a class="struct" href="struct.TokioIoSnafu.html" title="struct servers::error::TokioIoSnafu">Tokio<wbr>IoSnafu</a></dt><dd>SNAFU context selector for the <code>Error::TokioIo</code> variant</dd><dt><a class="struct" href="struct.TooManyConcurrentRequestsSnafu.html" title="struct servers::error::TooManyConcurrentRequestsSnafu">TooMany<wbr>Concurrent<wbr>Requests<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TooManyConcurrentRequests</code> variant</dd><dt><a class="struct" href="struct.UnexpectedResultSnafu.html" title="struct servers::error::UnexpectedResultSnafu">Unexpected<wbr>Result<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnexpectedResult</code> variant</dd><dt><a class="struct" href="struct.UnknownHintSnafu.html" title="struct servers::error::UnknownHintSnafu">Unknown<wbr>Hint<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnknownHint</code> variant</dd><dt><a class="struct" href="struct.UnsupportedAuthSchemeSnafu.html" title="struct servers::error::UnsupportedAuthSchemeSnafu">Unsupported<wbr>Auth<wbr>Scheme<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnsupportedAuthScheme</code> variant</dd><dt><a class="struct" href="struct.UnsupportedContentTypeSnafu.html" title="struct servers::error::UnsupportedContentTypeSnafu">Unsupported<wbr>Content<wbr>Type<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnsupportedContentType</code> variant</dd><dt><a class="struct" href="struct.UnsupportedDataTypeSnafu.html" title="struct servers::error::UnsupportedDataTypeSnafu">Unsupported<wbr>Data<wbr>Type<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnsupportedDataType</code> variant</dd><dt><a class="struct" href="struct.UnsupportedJsonContentTypeSnafu.html" title="struct servers::error::UnsupportedJsonContentTypeSnafu">Unsupported<wbr>Json<wbr>Content<wbr>Type<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnsupportedJsonContentType</code> variant</dd><dt><a class="struct" href="struct.UnsupportedJsonDataTypeForTagSnafu.html" title="struct servers::error::UnsupportedJsonDataTypeForTagSnafu">Unsupported<wbr>Json<wbr>Data<wbr>Type<wbr>ForTag<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UnsupportedJsonDataTypeForTag</code> variant</dd><dt><a class="struct" href="struct.UpdateJemallocMetricsSnafu.html" title="struct servers::error::UpdateJemallocMetricsSnafu">Update<wbr>Jemalloc<wbr>Metrics<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UpdateJemallocMetrics</code> variant</dd><dt><a class="struct" href="struct.UrlDecodeSnafu.html" title="struct servers::error::UrlDecodeSnafu">UrlDecode<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::UrlDecode</code> variant</dd></dl><h2 id="enums" class="section-header">Enums<a href="#enums" class="anchor">§</a></h2><dl class="item-table"><dt><a class="enum" href="enum.Error.html" title="enum servers::error::Error">Error</a></dt></dl><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><dl class="item-table"><dt><a class="fn" href="fn.log_error_if_necessary.html" title="fn servers::error::log_error_if_necessary">log_<wbr>error_<wbr>if_<wbr>necessary</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.status_code_to_http_status.html" title="fn servers::error::status_code_to_http_status">status_<wbr>code_<wbr>to_<wbr>http_<wbr>status</a></dt><dd>Converts [StatusCode] to [HttpStatusCode].</dd></dl><h2 id="types" class="section-header">Type Aliases<a href="#types" class="anchor">§</a></h2><dl class="item-table"><dt><a class="type" href="type.Result.html" title="type servers::error::Result">Result</a></dt></dl></section></div></main></body></html> |