1 #ifndef LIBFILEZILLA_FSRESULT_HEADER
2 #define LIBFILEZILLA_FSRESULT_HEADER
4 #include "private/visibility.hpp"
48 typedef uint32_t raw_t;
53 explicit operator bool()
const {
return error_ == 0; }
64 typedef uint32_t raw_t;
85 explicit rwresult(error e, raw_t raw)
91 explicit rwresult(
size_t value)
95 explicit operator bool()
const {
return error_ == 0; }
error
Definition: fsresult.hpp:69
The operation would have blocked, but the file descriptor is marked non-blocking. ...
Definition: fsresult.hpp:79
error
Definition: fsresult.hpp:24
Out of disk space.
Definition: fsresult.hpp:76
Definition: fsresult.hpp:60
Small class to return filesystem errors.
Definition: fsresult.hpp:21
The namespace used by libfilezilla.
Definition: apply.hpp:17
Requested file does not exist or is not a file.
Definition: fsresult.hpp:35
Requested dir does not exist or is not a dir.
Definition: fsresult.hpp:38
Invalid arguments, syntax error.
Definition: fsresult.hpp:29
Out of disk space.
Definition: fsresult.hpp:41
Invalid arguments, syntax error.
Definition: fsresult.hpp:73
Permission denied.
Definition: fsresult.hpp:32