ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
socket_error.hpp File Reference

Socket and network operation error codes. More...

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

Go to the source code of this file.

Namespaces

namespace  toy
 Root namespace containing all engine modules.
namespace  toy::network
 Network types: endpoint, socket error, flags, statistics, type, and related APIs.

Enumerations

enum class  toy::network::SocketError {
  toy::network::None , toy::network::InvalidOperation , toy::network::IOError , toy::network::InvalidAddress ,
  toy::network::AddressInUse , toy::network::SocketInvalid , toy::network::WouldBlock , toy::network::Timeout ,
  toy::network::MemoryError , toy::network::SystemError
}
 Error codes for socket and network operations. More...

Detailed Description

Socket and network operation error codes.

Defines toy::network::SocketError.

Note
Included by network.hpp; do not include this file directly.