• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel/errorcode.php
  • Класс: Bitrix\Crm\MessageSender\Channel\ErrorCode
  • Вызов: ErrorCode::getNoReceiversError
static function getNoReceiversError(): Error
{
	return new Error(Loc::getMessage('CRM_MESSAGESENDER_ERROR_NO_RECEIVERS'), self::NO_RECEIVERS);
}