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

com.adobe.aem.formsndocuments.util.ExceptionCodes Maven / Gradle / Ivy

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 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 may be covered by U.S. and Foreign Patents,
 * patents in process, 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.aem.formsndocuments.util;

/**
 * Exception codes
 *
 */
public interface ExceptionCodes {
    public static final java.lang.String LAYOUT = "Layout";

    public static final String ERROR_RETRIEVE_ADMIN_CONTEXT = "ALC-FMG-500-005";

    public static final String INVALID_PARAMETER             = "AEM-FMG-700-001";
    public static final String NODE_DOES_NOT_EXIST           = "AEM-FMG-700-002";
    public static final String ADD_MIXIN_TYPE_FAILURE        = "AEM-FMG-700-026";

    public static final String XFA_GUIDE_NO_CONTAINER        = "AEM-FMG-800-001";
    public static final String XFA_GUIDE_INVALID_XDP_PATH    = "AEM-FMG-800-002";
    public static final String XFA_GUIDE_NO_XDPREF           = "AEM-FMG-800-003";

    public static final String NO_REPLICATE_PERMISSON        = "AEM-FMG-800-004";

    public static final String IMPROPER_ASSET_JSON           = "AEM-FMG-800-005";

    public static final String FORMSET_SAVE_FAILED           = "AEM-FMG-800-006";
    public static final String AFF_CREATION_FAILED           = "AEM-FMG-800-007";
    public static final String AF_CREATION_FAILED            = "AEM-FMG-800-008";
    public static final String THEME_CREATION_FAILED         = "AEM-FMG-800-009";
    public static final String FDM_CREATION_FAILED           = "AEM-FMG-800-013";
    public static final String CLIENTLIB_CATEGORY_ALREADY_EXISTS = "AEM-FMG-800-014";

    public static final String SCHEMA_GUIDE_NO_CONTAINER       = "AEM-FMG-800-011";
    public static final String SCHEMA_GUIDE_NO_SCHEMAREF       = "AEM-FMG-800-012";

    public static final String NODE_ALREADY_EXISTS           = "AEM-FMG-900-002";
    public static final String INVALID_SESSION               = "AEM-FMG-900-003";
    public static final String FORM_NODE_CREATION_FAILED     = "AEM-FMG-900-005";
    public static final String FORM_OPTIONS_PROCESSING_FAILED   = "AEM-FMG-900-010";
    public static final String ASSET_INVALID_NAME               = "AEM-FMG-900-011";
    public static final String ASSET_INVALID_PATH               = "AEM-FMG-900-012";
    public static final String NODE_ALREADY_EXIST               = "ALC-FMG-600-004";
    public static final String UNAUTHORIZED_ACCESS              = "AEM-FMG-900-014";
    public static final String DESTINATION_LOCATION_MISSING     = "AEM-FMG-900-015";
    public static final String FORM_SCHEDULING_FAILED           = "AEM-FMG-900-016";
    public static final String INVALID_AD_TEMPLATE_PATH         = "AEM-FMG-900-018";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy