Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
errorcodes.php
1
<?php
2
3
namespace
Bitrix\Location\Source\Google
;
4
5
final
class
ErrorCodes
6
{
7
public
const
CONVERTER_BYQUERY_ERROR
= 3001;
8
public
const
CONVERTER_BYCOORDS_ERROR
= 3002;
9
public
const
CONVERTER_BYID_ERROR
= 3003;
10
11
public
const
REQUESTER_BASE_HTTP_ERROR
= 3100;
12
public
const
REQUESTER_BASE_JSON_ERROR
= 3101;
13
public
const
REQUESTER_BASE_STATUS_ERROR
= 3102;
14
15
public
const
FINDER_ERROR
= 3200;
16
17
public
const
REPOSITORY_FIND_API_KEY_ERROR
= 3300;
18
}
Bitrix\Location\Source\Google\ErrorCodes
Definition
errorcodes.php:6
Bitrix\Location\Source\Google\ErrorCodes\REQUESTER_BASE_HTTP_ERROR
const REQUESTER_BASE_HTTP_ERROR
Definition
errorcodes.php:11
Bitrix\Location\Source\Google\ErrorCodes\REPOSITORY_FIND_API_KEY_ERROR
const REPOSITORY_FIND_API_KEY_ERROR
Definition
errorcodes.php:17
Bitrix\Location\Source\Google\ErrorCodes\CONVERTER_BYCOORDS_ERROR
const CONVERTER_BYCOORDS_ERROR
Definition
errorcodes.php:8
Bitrix\Location\Source\Google\ErrorCodes\REQUESTER_BASE_JSON_ERROR
const REQUESTER_BASE_JSON_ERROR
Definition
errorcodes.php:12
Bitrix\Location\Source\Google\ErrorCodes\CONVERTER_BYQUERY_ERROR
const CONVERTER_BYQUERY_ERROR
Definition
errorcodes.php:7
Bitrix\Location\Source\Google\ErrorCodes\CONVERTER_BYID_ERROR
const CONVERTER_BYID_ERROR
Definition
errorcodes.php:9
Bitrix\Location\Source\Google\ErrorCodes\REQUESTER_BASE_STATUS_ERROR
const REQUESTER_BASE_STATUS_ERROR
Definition
errorcodes.php:13
Bitrix\Location\Source\Google\ErrorCodes\FINDER_ERROR
const FINDER_ERROR
Definition
errorcodes.php:15
Bitrix\Location\Source\Google
Definition
configfactory.php:3
modules
location
lib
source
google
errorcodes.php
Создано системой
1.10.0