EccErrorInfo.java 808 B

12345678910111213141516
  1. package epson.print.ecclient;
  2. public class EccErrorInfo {
  3. public static final int ECC_ERR_NOT_RENDERING = -1056;
  4. public static final int ECC_ERR_SVR_BUSY = -1208;
  5. public static final int ECC_ERR_SVR_FILE_NOT_SUPPORT = -1204;
  6. public static final int ECC_ERR_SVR_FILE_TOO_LONG = -1205;
  7. public static final int ECC_ERR_SVR_GENERAL = -1200;
  8. public static final int ECC_ERR_SVR_HTTP_NOT_FOUND = -1209;
  9. public static final int ECC_ERR_SVR_INVALID_ACCESSKEY = -1203;
  10. public static final int ECC_ERR_SVR_NOT_REGISTERED = -1201;
  11. public static final int ECC_ERR_SVR_PAGE_NOT_PREPARED = -1207;
  12. public static final int ECC_ERR_SVR_PRINTJOB_TOO_MANY = -1206;
  13. public static final int ECC_ERR_SVR_REMOTE_INVALID = -1202;
  14. public static final int EC_ERR_COMM_ERROR = -1100;
  15. }