> For the complete documentation index, see [llms.txt](https://docs.touch-api.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.touch-api.com/reference/opisanie-api/whatsapp/tipovye-otvety.md).

# Типовые ответы

## Доступ запрещен

```
{
    "status": "error",
    "error": {
        "message": "Access denied"
    }
}
```

## Значение не передано

```
{
    "status": "error",
    "error": {
        "message": "No value(string) sended"
    }
}
```

## Необходима авторизация по коду

```
{
    "status": "error",
    "error": {
        "message": "Challenge required"
    }
}
```

## Ошибка формата Proxy

```
{
    "status": "error",
    "error": {
        "message": "Invalid port component"
    }
}
```

## Попытка удалить несуществующий аккаунт

```
{
    "status": "error",
    "error": {
        "message": "Trying to delete unexisting account"
    }
}
```
