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