github.com/jackc/pgx/v5/pgconn.PgError.Severity (field)

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		config.go#L378: 			if strings.EqualFold(pgErr.Severity, "FATAL") {
		errors.go#L33: 	Severity            string
		errors.go#L54: 	return pe.Severity + ": " + pe.Message + " (SQLSTATE " + pe.Code + ")"
		pgconn.go#L1059: 		Severity:            msg.Severity,