• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/error.php
  • Класс: BitrixTasksUtilError
  • Вызов: Error::jsonSerialize
public function jsonSerialize()
{
	return [
		'message' => $this->getMessage(),
		'code' => $this->getCode(),
		'customData' => $this->getCustomData(),
		'data' => $this->getData(),
	];
}