ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
systemerrors.inl File Reference

Description:

This header-file is part of module ALib System of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file systemerrors.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 
namespace  alib::system
 

Typedefs

using alib::SystemErrors = system::SystemErrors
 Type alias in namespace alib.
 

Enumerations

enum class  alib::system::SystemErrors {
  alib::system::UNKNOWN = -1 , alib::system::OK = 0 , alib::system::None = 0 , alib::system::eperm = EPERM ,
  alib::system::enoent = ENOENT , alib::system::esrch = ESRCH , alib::system::eintr = EINTR , alib::system::eio = EIO ,
  alib::system::enxio = ENXIO , alib::system::e2Big = E2BIG , alib::system::enoexec = ENOEXEC , alib::system::ebadf = EBADF ,
  alib::system::echild = ECHILD , alib::system::eagain = EAGAIN , alib::system::enomem = ENOMEM , alib::system::eacces = EACCES ,
  alib::system::efault = EFAULT , alib::system::ebusy = EBUSY , alib::system::eexist = EEXIST , alib::system::exdev = EXDEV ,
  alib::system::enodev = ENODEV , alib::system::enotdir = ENOTDIR , alib::system::eisdir = EISDIR , alib::system::enfile = ENFILE ,
  alib::system::emfile = EMFILE , alib::system::enotty = ENOTTY , alib::system::efbig = EFBIG , alib::system::enospc = ENOSPC ,
  alib::system::espipe = ESPIPE , alib::system::erofs = EROFS , alib::system::emlink = EMLINK , alib::system::epipe = EPIPE ,
  alib::system::edom = EDOM , alib::system::edeadlk = EDEADLK , alib::system::enametoolong = ENAMETOOLONG , alib::system::enolck = ENOLCK ,
  alib::system::enosys = ENOSYS , alib::system::enotempty = ENOTEMPTY , alib::system::einval = EINVAL , alib::system::erange = ERANGE ,
  alib::system::eilseq = EILSEQ , alib::system::struncate = STRUNCATE , alib::system::eaddrinuse = EADDRINUSE , alib::system::eaddrnotavail = EADDRNOTAVAIL ,
  alib::system::eafnosupport = EAFNOSUPPORT , alib::system::ealready = EALREADY , alib::system::ebadmsg = EBADMSG , alib::system::ecanceled = ECANCELED ,
  alib::system::econnaborted = ECONNABORTED , alib::system::econnrefused = ECONNREFUSED , alib::system::econnreset = ECONNRESET , alib::system::edestaddrreq = EDESTADDRREQ ,
  alib::system::ehostunreach = EHOSTUNREACH , alib::system::eidrm = EIDRM , alib::system::einprogress = EINPROGRESS , alib::system::eisconn = EISCONN ,
  alib::system::eloop = ELOOP , alib::system::emsgsize = EMSGSIZE , alib::system::enetdown = ENETDOWN , alib::system::enetreset = ENETRESET ,
  alib::system::enetunreach = ENETUNREACH , alib::system::enobufs = ENOBUFS , alib::system::enodata = ENODATA , alib::system::enolink = ENOLINK ,
  alib::system::enomsg = ENOMSG , alib::system::enoprotoopt = ENOPROTOOPT , alib::system::enosr = ENOSR , alib::system::enostr = ENOSTR ,
  alib::system::enotconn = ENOTCONN , alib::system::enotrecoverable = ENOTRECOVERABLE , alib::system::enotsock = ENOTSOCK , alib::system::enotsup = ENOTSUP ,
  alib::system::eopnotsupp = EOPNOTSUPP , alib::system::eother = 131 , alib::system::eoverflow = EOVERFLOW , alib::system::eownerdead = EOWNERDEAD ,
  alib::system::eproto = EPROTO , alib::system::eprotonosupport = EPROTONOSUPPORT , alib::system::eprototype = EPROTOTYPE , alib::system::etime = ETIME ,
  alib::system::etimedout = ETIMEDOUT , alib::system::etxtbsy = ETXTBSY , alib::system::ewouldblock = EWOULDBLOCK
}