• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/UploaderError.php
  • Класс: BitrixUIFileUploaderUploaderError
  • Вызов: UploaderError::jsonSerialize
public function jsonSerialize()
{
	return [
		'message' => $this->getMessage(),
		'code' => $this->getCode(),
		'type' => 'file-uploader',
		'system' => $this->isSystem(),
		'description' => $this->getDescription(),
		'customData' => $this->getCustomData(),
	];
}