8#include "Arp/Base/Core/Enum.hxx"
58ARP_EXPORT std::ostream& operator<<(std::ostream& os,
FileSystemError value);
59ARP_EXPORT std::istream& operator>>(std::istream& is,
FileSystemError& value);
65template<>
struct fmt::formatter<
Arp::System::Commons::Services::Io::FileSystemError> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
@ AccessDenied
A valid certificate or PSK was received, but when access control was applied, the sender decided not ...
Namespace for services to access the filesystem
FileSystemError
This enum is used by several file operations.
Definition: FileSystemError.hpp:19
@ InvalidPath
The path is invalid.
@ AlreadyExists
The path already exists.
@ NotExist
The path does not exist.
@ OutOfSpace
There is not enough space on the device left.
Root namespace for the PLCnext API