• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/restexception.php
  • Класс: BitrixRestRestException
  • Вызов: RestException::setErrorCode
public function setErrorCode($error_code)
{
	$this->error_code = $error_code;
	$this->code = intval($error_code);
}