pub type LocalIndexRebuildIssue = IndexRebuildIssue;Expand description
Backward-compatible local index-rebuild issue alias.
Aliased Type§
pub struct LocalIndexRebuildIssue {
pub kind: IndexRebuildIssueKind,
pub location: String,
pub detail: IndexRebuildIssueDetail,
}Fields§
§kind: IndexRebuildIssueKindProblem classification.
location: StringStable record location associated with the issue.
detail: IndexRebuildIssueDetailStructured detail for operators.