java.lang.Object
java.lang.Enum<MountError>
org.cryptomator.frontend.dokany.internal.constants.MountError
All Implemented Interfaces:
Serializable, Comparable<MountError>, Constable, EnumInteger

public enum MountError extends Enum<MountError> implements EnumInteger
  • Enum Constant Details

    • SUCCESS

      public static final MountError SUCCESS
    • DOKAN_ERROR

      public static final MountError DOKAN_ERROR
    • DRIVE_LETTER_ERROR

      public static final MountError DRIVE_LETTER_ERROR
    • DRIVER_INSTALL_ERROR

      public static final MountError DRIVER_INSTALL_ERROR
    • START_ERROR

      public static final MountError START_ERROR
    • MOUNT_ERROR

      public static final MountError MOUNT_ERROR
    • MOUNT_POINT_ERROR

      public static final MountError MOUNT_POINT_ERROR
    • VERSION_ERROR

      public static final MountError VERSION_ERROR
  • Method Details

    • values

      public static MountError[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MountError valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromInt

      public static MountError fromInt(int value)
    • getMask

      public int getMask()
      Specified by:
      getMask in interface EnumInteger
    • getDescription

      public String getDescription()