errorCode = $errorCode; } /** * Returns the machine-readable error code. * * @since 4.9.6 * * @return string */ public function getErrorCode() { return $this->errorCode; } }