Automattic\WooCommerce\StoreApi\Exceptions
RouteException::getErrorCode()
Returns the error code.
Метод класса: RouteException{}
Хуков нет.
Возвращает
Строку
.
Использование
$RouteException = new RouteException(); $RouteException->getErrorCode();
Код RouteException::getErrorCode() RouteException::getErrorCode WC 7.5.1
public function getErrorCode() { return $this->error_code; }