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