MCPcopy Create free account
hub / github.com/PostHog/duckgres / Error

Method Error

transpiler/transform/errors.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (e *CodedError) Error() string { return e.Message }
12func (e *CodedError) SQLState() string { return e.Code }
13
14// NewFeatureNotSupported returns a 0A000 (feature_not_supported) error. Use it

Calls

no outgoing calls