memex
Loading...
Searching...
No Matches
error.hpp File Reference
#include <string_view>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  memex
 

Enumerations

enum class  memex::Error {
  memex::AlreadyAttached , memex::InvalidPID , memex::AccessDenied , memex::OpenFailed ,
  memex::TerminateFailed , memex::InvalidHandle , memex::ProcessNotFound , memex::ProcFirstFailed ,
  memex::SnapshotFailed , memex::ModFirstFailed , memex::ModuleNotFound
}
 An enumeration of error codes that can be returned by the library. More...
 

Functions

constexpr std::string_view memex::parseError (Error error)
 Converts an error code to its string representation.