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