Инструменты пользователя

Инструменты сайта


ru:airlay:dataloader

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
ru:airlay:dataloader [2020/08/20 15:59]
Максим [Коды ошибок]
ru:airlay:dataloader [2021/05/17 20:59] (текущий)
Лев [Коды ошибок]
Строка 47: Строка 47:
 /api/v3/logs/get /api/v3/logs/get
 { {
-    "time" : "2019-06-24T05:48:57.000Z", +    "_id": string, //Уникальный идентификатор 
-    "userId"/"dataLoaderId" : "5c6bba434c4f0f18df7066ba", +     
-    "status" : "success"/"error"/"In progress", +    "createTime": unixtime, //Время загрузки данный в систему 
-    "dataSetId" : "5d105c114c4f0f15e06049a3", +    "startUploadTime"unixtime, //Время начала обработки данных 
-    "errorMessage" : "Parser error/another file error", +    "endUploadTime": unixtime//Время окончания обработки данных 
-    "successCount" : int+     
-    "errorCount" : int+    "totalCount": int, //Общее количество объектов 
-    "objectErrorMessages" : Array<{+    "successCount": int, //Количество успешно загруженных объектов 
 +    "errorCount": int//Количество неуспешно загруженных объектов 
 +     
 +    "status": "wait| "progress""error" "success" 
 +    "message": string, 
 +     
 +    "customer": 
 +        "id": string
 +        "source": "user" | "dataLoader", 
 +        "name": string 
 +    } 
 +     
 +    "dataSetId": string
 +    "uniqueField": string | null, 
 +     
 +    filesFromInput: string[], //Загруженные файлы 
 +    filesFromStorage: string[], //Пути к загруженными файлам на сервере 
 +     
 +    "objectErrors" : Array<{
      "id" : string,      "id" : string,
      "message" : string,      "message" : string,
Строка 74: Строка 92:
  
 === Ошибки загурзки === === Ошибки загурзки ===
- +  100 Системная ошибка 
-  1 Invalid dataSet id +  * 201 Не существуют геометрии для зависимого объекта 
-  * 2 File not parsed +  * 202 Не указаны координаты для точечного объекта 
-  * 3 Icon not updated +  * 203 Превышена максимальная дистанция между объектами 
-  * 4 Data set log not found +  * 204 Маленькая площадь полигона 
-  * 5 Invalid DataSet Type  +  * 301 Ошибка в линии, дублирование координат точек 
-  * 6 Save error +  * 302 Некорректная геометрия объекта 
- +  * 303 Недопустимый тип геометрии 
-=== Import data === +  * 304 Самопересечение полигона 
-  * 101 Invalid input data +  * 401 Не указаны координаты 
-  * 102 Invalid feature +  * 402 Тип геометрии не поддерживается 
-  * 103 Object not delete. Unique field not set +  * 403 Некорректный тип геометрии для смешанных связей 
-  * 104 Object not delete. Object not found +  * 404 Некорректный объект 
-  * 105 Coordinates must be is numeric +  * 405 Не заполнено обязательное поле 
- +  * 406 Не удалось построить барицентр 
-=== relation === +  * 501 Найдена цикличная связь объектов 
-  * 201 Relation properties not exists +  * 502 Некорректный тип связанного объекта 
-  * 202 Geometry cannot be built. Relation coordinates not exists +  * 503 Недопустимая геометрия у связанного объекта
-  * 203 Relation geometryType not exists +
-  * 204 Relation has no members +
- +
-=== member === +
-  * 300 Member not found. Id +
-  * 301 Node not found +
-  * 302 Way not found +
-  * 303 Invalid member type +
-  * 304 One relation members expected for polygon +
-  * 305 Three or more node members expected for polygon +
-  * 306 Impossible to build the geometry of different types +
-  * 307 One and more relation member is expected for a multi point +
-  * 308 Master feature for dependent dataset not found  +
-  * 309 One relation member is expected for Point  +
- +
-=== geometry === +
-  * 400 Relation not found +
-  * 401 Impossible merge two types of geometry +
-  * 402 Impossible convert type of geometry +
-  * 403 Invalid geometry, is not array +
-  * 404 Invalid geometry, coordinates must contain one pair/triplet of coordinates +
-  * 405 Invalid geometry, incorrect longitude value  +
-  * 405 Invalid geometry, incorrect latitude value +
-  * 406 Invalid geometry, the lineString must consist of 2 or more points +
-  * 407 Invalid geometry, duplicate points in line +
-  * 408 Invalid geometry, the polygon must consist of 4 or more points +
-  * 409 Invalid geometry, the polygon is not closed +
-  * 410 Invalid geometry, the polygon must consist at least one LinearRing +
-  * 411 Invalid geometry, the LinearRing must consist of 3 or more Points +
-  * 412 Invalid geometry, the MultiLineSting must consist of 1 or more Lines +
-  * 413 Invalid geometry, the MultiPoint must consist of 1 or more Points +
-  * 414 Invalid geometry, the MultiPolygon must consist of 1 or more Polygons +
-  * 415 Invalid geometry, the MultiPolygon has self intersection +
-  * 416 Invalid geometry, the Bbox must consist of 1 or more coordinates +
-  * 417 Nested GeometryCollection is not supported +
-  * 418 Polygon crosses itself +
-  * 419 Invalid geometry type +
-  * 420 Empty geometry coordinates +
-  * 421 Exceeded the maximum length +
-  * 422 Invalid update properties strategy +
-  * 423 Invalid geometry type for combining +
-  * 424 Empty geometry geometries+
ru/airlay/dataloader.1597913997.txt.gz · Последнее изменение: 2020/08/20 15:59 — Максим