Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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\Error
Definition
Error.php:8
Bitrix\Im\V2\Rest\RestError
Definition
RestError.php:9
Bitrix\Im\V2\Rest\RestError\ACCESS_ERROR
const ACCESS_ERROR
Definition
RestError.php:10
Bitrix\Im\V2\Rest\RestError\loadErrorMessage
loadErrorMessage($code, $replacements)
Definition
RestError.php:12
Bitrix\Im\V2\Rest\RestError\loadErrorDescription
loadErrorDescription($code, $replacements)
Definition
RestError.php:17
Bitrix\Main\Error\$code
$code
Definition
error.php:16
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\getMessage
static getMessage($code, $replace=null, $language=null)
Definition
loc.php:29
Bitrix\Im\V2\Rest
Definition
PopupData.php:3
modules
im
lib
V2
Rest
RestError.php
Создано системой
1.10.0