Class ICReturnDownloadErrorCode


  • public final class ICReturnDownloadErrorCode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FileWritable
      Destination file is not writable
      static long PathInvalid
      Destination path supplied is invalid
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PathInvalid

        public static final long PathInvalid
        Destination path supplied is invalid
        See Also:
        Constant Field Values
      • FileWritable

        public static final long FileWritable
        Destination file is not writable
        See Also:
        Constant Field Values