• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/requests/shipment.php
  • Класс: BitrixSaleDeliveryRequestsShipmentTable
  • Вызов: ShipmentTable::validateErrorDescription
static function validateErrorDescription()
{
	return array(
		new EntityValidatorLength(null, 2048),
	);
}