• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/widget/chat.php
  • Класс: Bitrix\Imopenlines\Widget\Chat
  • Вызов: Chat::getError
static function getError()
{
	if (is_null(static::$error))
	{
		self::clearError();
	}

	return static::$error;
}