> For the complete documentation index, see [llms.txt](https://docs.sbrw.davidcarbon.download/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sbrw.davidcarbon.download/launcher/info/server-codes.md).

# Server Error Codes

#### ERROR 5 - "Can't connect to the HTTP-part of the server."

(Connect again. If it still doesn't work, check if the server is on or off, and then, try again.)

#### ERROR 6 - "Connection Lost"

(Just a connection loss, connecting again to the server will fix it.)

#### ERROR 7 - "I don't think it works as how it should be"

(Something didn't work correctly! Connecting again to the server will fix it.)

#### ERROR 10 - "Invalid login-session, try again."

(As it says, you have to relaunch the game.)

#### ERROR 13 - "Can't connect to the XMPP-part of the server."

(Connecting again will fix the issue.)

#### ERROR 404- "Not Found"

(Connecting again will fix the issue.)

#### ERROR 500 - "Server declines a data receive"

(Connecting again will fix the issue.)

#### Out of Memory

(Check if your computer/laptop has enough memory to run the game.)

{% hint style="info" %}
Error Code Not Listed?

Ask for help on the [SBRW Official Discord Server](https://discord.gg/RneBfcj)!
{% endhint %}


---

# 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.sbrw.davidcarbon.download/launcher/info/server-codes.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.
