Files
greptimedb/catalog/error/index.html
2026-01-05 04:08:02 +00:00

1 line
13 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 `catalog`."><title>catalog::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="catalog" 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="../../catalog/index.html">catalog</a><span class="version">1.0.0-beta.4</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="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate catalog</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">catalog</a></div><h1>Module <span>error</span>&nbsp;<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/catalog/error.rs.html#15-422">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.CacheNotFoundSnafu.html" title="struct catalog::error::CacheNotFoundSnafu">Cache<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CacheNotFound</code> variant</dd><dt><a class="struct" href="struct.CastManagerSnafu.html" title="struct catalog::error::CastManagerSnafu">Cast<wbr>Manager<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CastManager</code> variant</dd><dt><a class="struct" href="struct.CatalogNotFoundSnafu.html" title="struct catalog::error::CatalogNotFoundSnafu">Catalog<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CatalogNotFound</code> variant</dd><dt><a class="struct" href="struct.ConvertProtoDataSnafu.html" title="struct catalog::error::ConvertProtoDataSnafu">Convert<wbr>Proto<wbr>Data<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ConvertProtoData</code> variant</dd><dt><a class="struct" href="struct.CreateRecordBatchSnafu.html" title="struct catalog::error::CreateRecordBatchSnafu">Create<wbr>Record<wbr>Batch<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CreateRecordBatch</code> variant</dd><dt><a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">Create<wbr>Table<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::CreateTable</code> variant</dd><dt><a class="struct" href="struct.DatafusionSnafu.html" title="struct catalog::error::DatafusionSnafu">Datafusion<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Datafusion</code> variant</dd><dt><a class="struct" href="struct.DecodePlanSnafu.html" title="struct catalog::error::DecodePlanSnafu">Decode<wbr>Plan<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::DecodePlan</code> variant</dd><dt><a class="struct" href="struct.FindPartitionsSnafu.html" title="struct catalog::error::FindPartitionsSnafu">Find<wbr>Partitions<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FindPartitions</code> variant</dd><dt><a class="struct" href="struct.FindRegionRoutesSnafu.html" title="struct catalog::error::FindRegionRoutesSnafu">Find<wbr>Region<wbr>Routes<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FindRegionRoutes</code> variant</dd><dt><a class="struct" href="struct.FlowInfoNotFoundSnafu.html" title="struct catalog::error::FlowInfoNotFoundSnafu">Flow<wbr>Info<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FlowInfoNotFound</code> variant</dd><dt><a class="struct" href="struct.FrontendNotFoundSnafu.html" title="struct catalog::error::FrontendNotFoundSnafu">Frontend<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::FrontendNotFound</code> variant</dd><dt><a class="struct" href="struct.GetInformationExtensionSnafu.html" title="struct catalog::error::GetInformationExtensionSnafu">GetInformation<wbr>Extension<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::GetInformationExtension</code> variant</dd><dt><a class="struct" href="struct.GetTableCacheSnafu.html" title="struct catalog::error::GetTableCacheSnafu">GetTable<wbr>Cache<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::GetTableCache</code> variant</dd><dt><a class="struct" href="struct.GetViewCacheSnafu.html" title="struct catalog::error::GetViewCacheSnafu">GetView<wbr>Cache<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::GetViewCache</code> variant</dd><dt><a class="struct" href="struct.HandleQuerySnafu.html" title="struct catalog::error::HandleQuerySnafu">Handle<wbr>Query<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::HandleQuery</code> variant</dd><dt><a class="struct" href="struct.InternalSnafu.html" title="struct catalog::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.InvalidTableInfoInCatalogSnafu.html" title="struct catalog::error::InvalidTableInfoInCatalogSnafu">Invalid<wbr>Table<wbr>Info<wbr>InCatalog<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvalidTableInfoInCatalog</code> variant</dd><dt><a class="struct" href="struct.InvokeFrontendSnafu.html" title="struct catalog::error::InvokeFrontendSnafu">Invoke<wbr>Frontend<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::InvokeFrontend</code> variant</dd><dt><a class="struct" href="struct.JsonSnafu.html" title="struct catalog::error::JsonSnafu">Json<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::Json</code> variant</dd><dt><a class="struct" href="struct.ListCatalogsSnafu.html" title="struct catalog::error::ListCatalogsSnafu">List<wbr>Catalogs<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListCatalogs</code> variant</dd><dt><a class="struct" href="struct.ListFlowStatsSnafu.html" title="struct catalog::error::ListFlowStatsSnafu">List<wbr>Flow<wbr>Stats<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListFlowStats</code> variant</dd><dt><a class="struct" href="struct.ListFlowsSnafu.html" title="struct catalog::error::ListFlowsSnafu">List<wbr>Flows<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListFlows</code> variant</dd><dt><a class="struct" href="struct.ListNodesSnafu.html" title="struct catalog::error::ListNodesSnafu">List<wbr>Nodes<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListNodes</code> variant</dd><dt><a class="struct" href="struct.ListProceduresSnafu.html" title="struct catalog::error::ListProceduresSnafu">List<wbr>Procedures<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListProcedures</code> variant</dd><dt><a class="struct" href="struct.ListRegionStatsSnafu.html" title="struct catalog::error::ListRegionStatsSnafu">List<wbr>Region<wbr>Stats<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListRegionStats</code> variant</dd><dt><a class="struct" href="struct.ListSchemasSnafu.html" title="struct catalog::error::ListSchemasSnafu">List<wbr>Schemas<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListSchemas</code> variant</dd><dt><a class="struct" href="struct.ListTablesSnafu.html" title="struct catalog::error::ListTablesSnafu">List<wbr>Tables<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ListTables</code> variant</dd><dt><a class="struct" href="struct.MetaClientMissingSnafu.html" title="struct catalog::error::MetaClientMissingSnafu">Meta<wbr>Client<wbr>Missing<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::MetaClientMissing</code> variant</dd><dt><a class="struct" href="struct.PartitionManagerNotFoundSnafu.html" title="struct catalog::error::PartitionManagerNotFoundSnafu">Partition<wbr>Manager<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::PartitionManagerNotFound</code> variant</dd><dt><a class="struct" href="struct.ProcedureIdNotFoundSnafu.html" title="struct catalog::error::ProcedureIdNotFoundSnafu">Procedure<wbr>IdNot<wbr>Found<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ProcedureIdNotFound</code> variant</dd><dt><a class="struct" href="struct.ProjectSchemaSnafu.html" title="struct catalog::error::ProjectSchemaSnafu">Project<wbr>Schema<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ProjectSchema</code> variant</dd><dt><a class="struct" href="struct.ProjectViewColumnsSnafu.html" title="struct catalog::error::ProjectViewColumnsSnafu">Project<wbr>View<wbr>Columns<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ProjectViewColumns</code> variant</dd><dt><a class="struct" href="struct.QueryAccessDeniedSnafu.html" title="struct catalog::error::QueryAccessDeniedSnafu">Query<wbr>Access<wbr>Denied<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::QueryAccessDenied</code> variant</dd><dt><a class="struct" href="struct.SchemaNotFoundSnafu.html" title="struct catalog::error::SchemaNotFoundSnafu">Schema<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::SchemaNotFound</code> variant</dd><dt><a class="struct" href="struct.TableExistsSnafu.html" title="struct catalog::error::TableExistsSnafu">Table<wbr>Exists<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TableExists</code> variant</dd><dt><a class="struct" href="struct.TableMetadataManagerSnafu.html" title="struct catalog::error::TableMetadataManagerSnafu">Table<wbr>Metadata<wbr>Manager<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TableMetadataManager</code> variant</dd><dt><a class="struct" href="struct.TableNotExistSnafu.html" title="struct catalog::error::TableNotExistSnafu">Table<wbr>NotExist<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::TableNotExist</code> variant</dd><dt><a class="struct" href="struct.UpgradeWeakCatalogManagerRefSnafu.html" title="struct catalog::error::UpgradeWeakCatalogManagerRefSnafu">Upgrade<wbr>Weak<wbr>Catalog<wbr>Manager<wbr>RefSnafu</a></dt><dd>SNAFU context selector for the <code>Error::UpgradeWeakCatalogManagerRef</code> variant</dd><dt><a class="struct" href="struct.ViewInfoNotFoundSnafu.html" title="struct catalog::error::ViewInfoNotFoundSnafu">View<wbr>Info<wbr>NotFound<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ViewInfoNotFound</code> variant</dd><dt><a class="struct" href="struct.ViewPlanColumnsChangedSnafu.html" title="struct catalog::error::ViewPlanColumnsChangedSnafu">View<wbr>Plan<wbr>Columns<wbr>Changed<wbr>Snafu</a></dt><dd>SNAFU context selector for the <code>Error::ViewPlanColumnsChanged</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 catalog::error::Error">Error</a></dt></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 catalog::error::Result">Result</a></dt></dl></section></div></main></body></html>