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

	return new Error(
		'Owner was not found',
		static::OWNER_NOT_FOUND
	);
}