• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Twilio/ErrorInformant.php
  • Класс: BitrixMessageServiceProvidersTwilioErrorInformant
  • Вызов: ErrorInformant::getError
public function getError(): Error
{
	return new Error($this->getErrorMessage(), $this->code ?? 0);
}