• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/base.php
  • Класс: Bitrix\Crm\Component\Base
  • Вызов: Base::getErrors
public function getErrors(): array
{
	return ($this->errorCollection ? $this->errorCollection->toArray() : []);
}