1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RestError.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Rest;
4
5
use Bitrix\Im\V2\Error;
6
use Bitrix\Main\Localization\Loc;
7
8
class
RestError
extends
Error
9
{
10
public
const
ACCESS_ERROR
=
'ACCESS_ERROR'
;
11
12
protected
function
loadErrorMessage
(
$code
, $replacements): string
13
{
14
return
Loc::getMessage(
"ERROR_REST_{$code}"
, $replacements) ?:
''
;
15
}
16
17
protected
function
loadErrorDescription
(
$code
, $replacements): string
18
{
19
return
Loc::getMessage(
"ERROR_REST_{$code}_DESC"
, $replacements) ?:
''
;
20
}
21
}
Bitrix\Im\V2\Rest\RestError
Определения
RestError.php:9
Bitrix\Im\V2\Rest\RestError\ACCESS_ERROR
const ACCESS_ERROR
Определения
RestError.php:10
Bitrix\Im\V2\Rest\RestError\loadErrorMessage
loadErrorMessage($code, $replacements)
Определения
RestError.php:12
Bitrix\Im\V2\Rest\RestError\loadErrorDescription
loadErrorDescription($code, $replacements)
Определения
RestError.php:17
Bitrix\Main\Error
Определения
error.php:15
Bitrix\Main\Error\$code
$code
Определения
error.php:17
bitrix
modules
im
lib
V2
Rest
RestError.php
Создано системой
1.14.0