• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/errorcode.php
  • Класс: Bitrix\Crm\Controller\ErrorCode
  • Вызов: ErrorCode::getNotFoundError
static function getNotFoundError(): Error
{
	static::loadMessages();

	return new Error(
		Loc::getMessage('CRM_TYPE_ITEM_NOT_FOUND'),
		static::NOT_FOUND
	);
}