1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GenerationErrors.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Generation\Type;
5
6
enum
GenerationErrors
:
int
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
}
Bitrix\Landing\Copilot\Generation\Type\GenerationErrors
GenerationErrors
Определения
GenerationErrors.php:7
Bitrix\Landing\Copilot\Generation\Type\errorInRequest
@ errorInRequest
Определения
GenerationErrors.php:16
bitrix
modules
landing
lib
Copilot
Generation
Type
GenerationErrors.php
Создано системой
1.14.0