Class SaveCopyReferenceError


  • public final class SaveCopyReferenceError
    extends java.lang.Object
    This class is an open tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.

    Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the OTHER value will be used.

    • Field Detail

      • INVALID_COPY_REFERENCE

        public static final SaveCopyReferenceError INVALID_COPY_REFERENCE
        The copy reference is invalid.
      • NO_PERMISSION

        public static final SaveCopyReferenceError NO_PERMISSION
        You don't have permission to save the given copy reference. Please make sure this app is same app which created the copy reference and the source user is still linked to the app.
      • NOT_FOUND

        public static final SaveCopyReferenceError NOT_FOUND
        The file referenced by the copy reference cannot be found.
      • TOO_MANY_FILES

        public static final SaveCopyReferenceError TOO_MANY_FILES
        The operation would involve more than 10,000 files and folders.
      • OTHER

        public static final SaveCopyReferenceError OTHER
        Catch-all used for unknown tag values returned by the Dropbox servers.

        Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.