vds/ipprot/output/MAIL_REQUEST_CODE.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.vds.ipprot.output.MAIL_REQUEST_CODE');




/**
 * @enum {string}
 */
spv.vds.ipprot.output.MAIL_REQUEST_CODE = {
	NA: "NA",
	SUCCESS: "SUCCESS",
	FAILURE: "FAILURE"
};