Automattic\WooCommerce\StoreApi\Exceptions
RouteException::getErrorCode()
Returns the error code.
Method of the class: RouteException{}
No Hooks.
Return
String
.
Usage
$RouteException = new RouteException(); $RouteException->getErrorCode();
RouteException::getErrorCode() RouteException::getErrorCode code WC 7.7.0
public function getErrorCode() { return $this->error_code; }