• File: ErrorEvents.php
  • Full Path: /home/lef/public_html/wp-content/plugins/wpml-translation-management/classes/ATE/Log/ErrorEvents.php
  • File size: 213 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\TM\ATE\Log;

class ErrorEvents {

	/** Communication errors */
	const SERVER_ATE   = 1;
	const SERVER_AMS   = 2;
	const SERVER_XLIFF = 3;

	/** Internal errors */
	const JOB_DOWNLOAD = 10;
}