Quickshell


FileViewError: QtObject

enum
import Quickshell.Io
  • FileNotFound

    The file to read does not exist.

  • NotAFile

    The specified path to read/write exists and was not a file.

  • PermissionDenied

    Permission to read/write the file was not granted, or permission to create parent directories was not granted when writing the file.

  • Success

    No error occured.

  • Unknown

    An unknown error occured. Check the logs for details.