libfilezilla
Public Types | Public Member Functions | Public Attributes | List of all members
result Class Referencefinal

Small class to return filesystem errors. More...

#include <local_filesys.hpp>

Public Types

enum  error {
  ok, noperm, nofile, nodir,
  other
}
 

Public Member Functions

 operator bool () const
 

Public Attributes

error error_ {}
 

Detailed Description

Small class to return filesystem errors.

Member Enumeration Documentation

◆ error

enum error
Enumerator
noperm 

Permission denied.

nofile 

Requested file does not exist or is not a file.

nodir 

Requested dir does not exist or is not a dir.

other 

Some other error.


The documentation for this class was generated from the following file: