ErrorCode::getUnusableChannelError

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ErrorCode
  4. getUnusableChannelError
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel/errorcode.php
  • Класс: Bitrix\Crm\MessageSender\Channel\ErrorCode
  • Вызов: ErrorCode::getUnusableChannelError
static function getUnusableChannelError(): Error
{
	return new Error(Loc::getMessage('CRM_MESSAGESENDER_ERROR_UNUSABLE_CHANNEL'), self::UNUSABLE_CHANNEL);
}

Добавить комментарий