All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.fd.fp.exception.ErrorMessages Maven / Gradle / Ivy

/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2012-2013 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
package com.adobe.fd.fp.exception;

/**
 * @author sharoon
 *
 * This class is excluded from the documentation.
 * 
 * @pad.exclude excluded
 */
public class ErrorMessages {
	//FormsPortalServlet Error Code Component Code: 001
	/**
	 * Exception occurred during server side processing.
	 */
	public static final String ALC_FMP_001_001 = "ALC-FMP-001-001";
	
	/**
	 * Error in writing server response.
	 */
	public static final String ALC_FMP_001_002 = "ALC-FMP-001-002";
	
	/**
	 * Error in json creation.
	 */
	public static final String ALC_FMP_001_003 = "ALC-FMP-001-003";
	
	/**
	 * Error in getting response from remote server.
	 */
	public static final String ALC_FMP_001_004 = "ALC-FMP-001-004";
	
	/**
	 * Error in establishing connection to remote server.
	 */
	public static final String ALC_FMP_001_005 = "ALC-FMP-001-005";
	
	/**
	 * Url Encoding not supported.
	 */
	public static final String ALC_FMP_001_006 = "ALC-FMP-001-006";
	
	/**
	 * AllowedRenderFormat property not set on a form.
	 */
	public static final String ALC_FMP_001_007 = "ALC-FMP-001-007";
	
	/**
	 * Download action not allowed for Guides.
	 */
	public static final String ALC_FMP_001_008 = "ALC-FMP-001-008";
	
	/**
	 * Unsupported Adaptive Form Error
	 */
	public static final String ALC_FMP_001_009 = "ALC-FMP-001-009";
	
	
	/**
	 * Please provide valid parameters for saving the draft
	 */
	public static final String ALC_FMP_001_010 = "ALC-FMP-001-010";	
	
	/**
	 * Unable to delete the non-existing Draft 
	 */
	public static final String ALC_FMP_001_011 = "ALC-FMP-001-011";
	
	/**
	 * Unable to save the draft
	 */
	public static final String ALC_FMP_001_012 = "ALC-FMP-001-012";
	
	/**
	 * Unable to delete the non-existing Submission
	 */
	public static final String ALC_FMP_001_013 = "ALC-FMP-001-013";
	
	/**
	 * Please provide valid parameters for submitting the Adaptive Form
	 */
	public static final String ALC_FMP_001_014 = "ALC-FMP-001-014";
	
	/**
	 * Unable to delete. Inconsistent Draft.
	 */
	public static final String ALC_FMP_001_015 = "ALC-FMP-001-015";
	
	/**
	 * Invalid ID provided
	 */
	public static final String ALC_FMP_001_016 = "ALC-FMP-001-016";
	
	/**
	 * Invalid Session
	 */
	public static final String ALC_FMP_001_017 = "ALC-FMP-001-017";
	
	/**
	 * Unable to delete the draft
	 */
	public static final String ALC_FMP_001_018 = "ALC-FMP-001-018";
	
	/**
	 * Unable to delete Submission
	 */
	
	public static final String ALC_FMP_001_019 = "ALC-FMP-001-019";
	
	/**
	 * Unable to delete. Inconsistent Submission
	 */
	public static final String ALC_FMP_001_020 = "ALC-FMP-001-020";
	
	/**
	 * Unable to get the data
	 */
	public static final String ALC_FMP_001_021 = "ALC-FMP-001-021";
	
    /**
     * Anonymous user can not save drafts.
     */
    public static final String ALC_FMP_001_022 = "ALC-FMP-001-022";

    /**
     * Unable to delete attachment
     */
    public static final String ALC_FMP_001_023 = "ALC-FMP-001-023";    
    
    /**
     * Form does not exist 
     */
	public static final String ALC_FMP_001_024 = "ALC-FMP-001-024";

	/**
	 * Profile property does not exist metadata node of form
	 */
	public static final String ALC_FMP_001_025 = "ALC-FMP-001-025";
	
	/**
	 * Unable to determine user name for asynchronous save
	 */
	public static final String ALC_FMP_001_026 = "ALC-FMP-001-026";
	
	/**
	 * DOR not associated with and hence, cannot create Agreement
	 */
	public static final String ALC_FMP_001_027 = "ALC-FMP-001-027";
	
	/**
	 * Dor id absent in metadata of pending Sign form
	 */
	public static final String ALC_FMP_001_028 = "ALC-FMP-001-028";
	
	/**
	 * Unable to delete metadata
	 */
	public static final String ALC_FMP_001_029 = "ALC-FMP-001-029";
	
	/**
	 * Unable to add comment
	 */
	public static final String ALC_FMP_001_030 = "ALC-FMP-001-030";
	
	/**
	 * Error in deleting pending sign instance
	 */
	public static final String ALC_FMP_001_031 = "ALC-FMP-001-031";
	
	/**
	 * Unable to delete metadata property
	 */
	public static final String ALC_FMP_001_032 = "ALC-FMP-001-032";
	
	/**
	 * Unable to get comments on submission 
	 */
	public static final String ALC_FMP_001_033 = "ALC-FMP-001-033";
	
	/**
	 * Unable to get list of drafts.
	 */
	public static final String ALC_FMP_001_034= "ALC-FMP-001-034";
	
	/**
	 * Unable to list all eligible forms
	 */
	public static final String ALC_FMP_001_035= "ALC-FMP-001-035";
	
	/**
	 *Error occured while getting item information for rendering 
	 */
	public static final String ALC_FMP_001_036= "ALC-FMP-001-036";
	
	/**
	 * Unable to get property in draft
	 */
	public static final String ALC_FMP_001_037= "ALC-FMP-001-037";
	
	/**
	 * Unable to get property in submission
	 */
	public static final String ALC_FMP_001_038= "ALC-FMP-001-038";
	
	/**
	 * Unable to get instances
	 */
	public static final String ALC_FMP_001_039= "ALC-FMP-001-039";
	
	/**
	 * Error in generation of unique id
	 */
	public static final String ALC_FMP_001_040= "ALC-FMP-001-040";
	
	/**
	 * Unable to read instance
	 */
	public static final String ALC_FMP_001_041= "ALC-FMP-001-041";
	
	/**
	 * Draft id is null or empty
	 */
	public static final String ALC_FMP_001_042= "ALC-FMP-001-042";
	
	/**
	 * Submit Id must be specified for updating e sign properties.
	 */
	public static final String ALC_FMP_001_043= "ALC-FMP-001-043";
	
	/**
	 * Unable to obtain resource resolver
	 */
	public static final String ALC_FMP_001_044= "ALC-FMP-001-044";
	
	/**
	 * Unable to save sign metadata
	 */
	public static final String ALC_FMP_001_045= "ALC-FMP-001-045";
	
	/**
	 * Unable to create agreement
	 */
	public static final String ALC_FMP_001_046= "ALC-FMP-001-046";
	
	/**
	 * Unable to post data at url
	 */
	public static final String ALC_FMP_001_047= "ALC-FMP-001-047";
	
	/**
	 * Invalid Inputs
	 */
	public static final String ALC_FMP_001_048= "ALC-FMP-001-048";
	
	/**
	 * Unknown data type for form data
	 */
	public static final String ALC_FMP_001_049= "ALC-FMP-001-049";
	
	/**
	 * Content type should not be null or empty
	 */
	public static final String ALC_FMP_001_050= "ALC-FMP-001-050";
	
	/**
	 * Unable to delete item
	 */
	public static final String ALC_FMP_001_051= "ALC-FMP-001-051";
	
	/**
	 * Unable to delete value of property
	 */
	public static final String ALC_FMP_001_052= "ALC-FMP-001-052";
	
	/**
	 * Either form add-on package is not installed or signing is not configured.
	 */
	public static final String ALC_FMP_001_053= "ALC-FMP-001-053";
	
	/**
	 * Agreement Id is null. Hence, cannot save pending sign instance.
	 */
	public static final String ALC_FMP_001_054= "ALC-FMP-001-054";
	
	//FormsPortalSubmitServlet Error Code Component Code: 002
	/**
	 * Failed to get request parameters from remote server.
	 */
	public static final String ALC_FMP_002_001 = "ALC-FMP-002-001";

	/**
	 * DorBytes are null during saving of Dor, even not able to generate them.
	 */
	public static final String ALC_FMP_WARN_001 = "ALC-FMP-WARN-001";

	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy