• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/type/state.php
  • Класс: Bitrix\Crm\Integrity\Volatile\Type\State
  • Вызов: State::makeErrorByCode
protected function makeErrorByCode(string $errorCode, array $data = null): Error
{
	return new Error($this->getErrorMessage($errorCode), $errorCode, $data);
}