Class ListUsersCursorError


  • public final class ListUsersCursorError
    extends java.lang.Object
    This class is a 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.
    • Field Detail

      • INSUFFICIENT_PERMISSIONS

        public static final ListUsersCursorError INSUFFICIENT_PERMISSIONS
        Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the Paper Migration Guide.
      • OTHER

        public static final ListUsersCursorError 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.

      • DOC_NOT_FOUND

        public static final ListUsersCursorError DOC_NOT_FOUND
        The required doc was not found.