STPServiceLogMsg.java
678 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.fd.stp.internal.logging;
public class STPServiceLogMsg {
public static final String PARAMETER_IS_NULL = "AEM_STP_001_001";
public static final String UNKNOWN_ERROR_WHILE_DIRECT_PRINTING = "AEM_STP_001_002";
public static final String GENERIC_MESSAGE = "AEM_STP_001_003";
public static final String PRINTER_NOT_FOUND = "AEM_STP_001_004";
public static final String UNKNOWN_ERROR_WHILE_PRINTING = "AEM_STP_001_005";
public static final String PRINTER_CIFS_NOT_A_PRINTER = "AEM_STP_001_006";
public static final String MALFORMED_URI = "AEM_STP_001_007";
private STPServiceLogMsg() {
}
}