Gtk.FileChooserError

These identify the various errors that can occur while calling Gtk.FileChooser functions.

FileChooserError.NONEXISTENT

Indicates that a file does not exist.

FileChooserError.BAD_FILENAME

Indicates a malformed filename.

FileChooserError.ALREADY_EXISTS

Indicates a duplicate path (e.g. when adding a bookmark).

FileChooserError.INCOMPLETE_HOSTNAME

Indicates an incomplete hostname (e.g. "http://foo" without a slash after that).