WC_API_Exception::getErrorCode()

Returns the error code


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/legacy/api/v2/class-wc-api-exception.php

	public function getErrorCode() {
		return $this->error_code;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.