> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/geodin-desktop/tr/destek/troubleshooting/general-error-messages.md).

# Genel hata mesajları

Bu Sayfa, belirli, bilinen bir nedene işaret edecek yeterli Bilgi taşımayan genel Hata Mesajları için Başlangıç noktasıdır. Mesajınız diğer sorun giderme Sayfalarından biriyle eşleşiyorsa, onun yerine o Sayfayı kullanın - aşağıdaki adımlar, başka hiçbir yere uymayan Mesajlar içindir.

## Erişim ihlali

Ne yazık ki, bu Mesaj kesin tanı Bilgisi taşımaz - görüntülediği sayılar nedeni güvenilir biçimde belirlemez.

* Birinci olarak, GeoDin'i tamamen Kapatın ve yeniden Açın. Altta yatan Hata, iletişim kutusunu kapattıktan sonra bile Arkaplan içinde sürebilir, bu nedenle Mesaj daha sonra gerçekleşen ilgisiz bir İşlem sırasında yeniden görünebilir.
* Mesaj tekrar etmeye devam ederse, iletişime geçin [destek](/geodin-desktop/tr/destek/get-support.md) ve şunları açıklayın:
  * Hata'yı hangi İşlem tetikledi.
  * Görünmeden hemen önce ne yaptığınız.
  * O sırada Arkaplan içinde hangi Metodlar veya pencereler açıktı.

Başka bir giriş maskesinde açık bırakılan kaydedilmemiş düzenlemeler, ardından farklı bir Yöntem'e geçiş, yaygın bir Faktördür - durumunuzda geçerliyse bunu belirtin. Bu ayrıntı, desteğin sorunu daha hızlı yeniden oluşturmasına ve çözmesine yardımcı olur.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geodin.com/geodin-desktop/tr/destek/troubleshooting/general-error-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
