MCPcopy Create free account
hub / github.com/dolthub/doltgresql / UnimplementedWithIssueDetail

Method UnimplementedWithIssueDetail

postgres/parser/parser/lexer.go:185–188  ·  view source on GitHub ↗

UnimplementedWithIssueDetail wraps Error, setting lastUnimplementedError.

(issue int, detail string)

Source from the content-addressed store, hash-verified

183
184// UnimplementedWithIssueDetail wraps Error, setting lastUnimplementedError.
185func (l *lexer) UnimplementedWithIssueDetail(issue int, detail string) {
186 l.lastError = unimp.NewWithIssueDetail(issue, detail, "this syntax")
187 l.populateErrorDetails()
188}
189
190// PurposelyUnimplemented wraps Error, setting lastUnimplementedError.
191func (l *lexer) PurposelyUnimplemented(feature string, reason string) {

Callers

nothing calls this directly

Calls 1

populateErrorDetailsMethod · 0.95

Tested by

no test coverage detected