---
title: "Сохранение ошибки работы мобильного приложения."
method: POST
path: "/errors/mobile"
tags: ["Catalog"]
---

# Сохранение ошибки работы мобильного приложения.

`POST /errors/mobile`

Services/ClientErrorController (privileges: Call => C1 для переданной home_street_id)

## Request body

- object
  - `data` IClientError
    - `id` integer
    - `message` string
    - `errorType` string
    - `source` string
    - `appVersion` string
    - `platform` string
    - `osVersion` string
    - `deviceModel` string
    - `occurredUTCAt` string
    - `userId` string
    - `additionalData` string
    - `requestData` string

## Response `204`

- string

## Other responses

- `401` — пользователь не идентифицирован
- `403` — Недостаточно прав доступа
- `422` — нет содержимого или не хватаем входных параметров

---

[API](https://skmtc.dev/curog/apis/api.md) · [All operations](https://skmtc.dev/curog/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/curog/api/revisions/2e92f0610d70/schema)
