MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetPostgresError

Method GetPostgresError

backend/generated-go/v1/sql_service.pb.go:885–892  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

883}
884
885func (x *QueryResult) GetPostgresError() *QueryResult_PostgresError {
886 if x != nil {
887 if x, ok := x.DetailedError.(*QueryResult_PostgresError_); ok {
888 return x.PostgresError
889 }
890 }
891 return nil
892}
893
894func (x *QueryResult) GetSyntaxError() *QueryResult_SyntaxError {
895 if x != nil {

Callers 1

EqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected