1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GenerationErrors.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation\Type;
5
7{
8 case default = 0;
9 case notExistResponse = 10;
10 case restrictedRequest = 20;
11 case notFullyResponse = 30;
12 case dataValidation = 40;
13 case notCorrectResponse = 50;
14 case requestQuotaExceeded = 60;
15 case notSendRequest = 70;
16 case errorInRequest = 80;
17}