1 #ifndef LIBFILEZILLA_FSRESULT_HEADER
2 #define LIBFILEZILLA_FSRESULT_HEADER
4 #include "private/visibility.hpp"
45 typedef uint32_t raw_t;
50 explicit operator bool()
const {
return error_ == 0; }
error
Definition: fsresult.hpp:22
Small class to return filesystem errors.
Definition: fsresult.hpp:19
The namespace used by libfilezilla.
Definition: apply.hpp:17
Requested file does not exist or is not a file.
Definition: fsresult.hpp:32
Requested dir does not exist or is not a dir.
Definition: fsresult.hpp:35
Invalid arguments, syntax error.
Definition: fsresult.hpp:26
Out of disk space.
Definition: fsresult.hpp:38
Permission denied.
Definition: fsresult.hpp:29