• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/error.php
  • Класс: BitrixTasksUtilError
  • Вызов: Error::toArrayMeta
public function toArrayMeta()
{
	return array(
		'CODE' =>       $this->getCode(),
		'MESSAGE' => 	$this->getMessage(),
		'TYPE' => 		$this->getType()
	);
}