Diarkis C++Client Library API Document
results.autogen.h File Reference
Include dependency graph for results.autogen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Diarkis
 
 Diarkis::Results
 
 Diarkis::Results::General
 
 Diarkis::Results::Network
 
 Diarkis::Results::Network::Http
 
 Diarkis::Results::Network::DNS
 
 Diarkis::Results::Network::Sockets
 
 Diarkis::Results::Network::Tcp
 
 Diarkis::Results::Network::Udp
 
 Diarkis::Results::Network::P2P
 
 Diarkis::Results::Crypto
 
 Diarkis::Results::Packets
 

Variables

DIARKIS_EXPORT System::Result Diarkis::Results::SUCCESS
 Everything went according to plan. (status: NONE, value: 0) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::UNSET
 The result is not set to any meaningful value. (status: FATAL, value: 0xFFFFFFFF) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT_NULL_POINTER
 One of the argument is a null pointer, whereas non-null pointer was expected. (status: FATAL, value: 0x41696D1B) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT
 One of the argument is invalid. (status: FATAL, value: 0xF2327D27) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT_OUT_OF_RANGE
 One of the argument is outside of the expected range of values. (status: FATAL, value: 0xEF9C73BE) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_HEXADECIMAL_CHARACTER
 Hexadecimal string contains a non-hexadecimal character. (status: FATAL, value: 0x6934D8FC) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::HEXADECIMAL_STRING_OF_ODD_LENGTH
 Hexadecimal string contains an odd number of characters. (status: FATAL, value: 0x7ECB4AEA) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::RETRY_COUNT_EXHAUSTED
 The number of retries has exhausted. (status: FATAL, value: 0x9E947C6E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::OFFSET_LENGTH_COMBINATION_OUT_OF_RANGE
 A combination of offset + length is exceeding the authorized capacity. (status: FATAL, value: 0x44A25458) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::DESTINATION_BUFFER_TOO_SMALL_ERROR
 The destination buffer is too small. (status: FATAL, value: 0x95582D3C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::NO_PENDING_DATA_AVAILABLE_ERROR
 There is no pending data available. (status: TEMPORARY, value: 0x29E09324) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::NOTHING_DONE
 The call did nothing due to specific conditions. (status: TEMPORARY, value: 0xBC001052) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::General::THREAD_CREATION_FAILED
 Creation of a native thread threw an exception. (status: FATAL, value: 0xACD76813) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::INVALID_ENDPOINT
 Invalid network endpoint value (status: FATAL, value: 0x3F7F2EB6) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::MISCELLANEOUS_ERROR
 FIXME placeholder (status: FATAL, value: 0x681E68DD) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::INVALID_SESSION_ID
 A session ID must be at least 1 character. (status: FATAL, value: 0xC5A5EC35) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::SESSION_ID_NOT_SET
 The session ID is not set. (status: FATAL, value: 0xF340F5FA) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::INVALID_CLIENT_KEY
 A client key must be at least 1 character. (status: FATAL, value: 0x91D1D139) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::NO_DATA_TO_SEND
 Sending data queue is empty. (status: TEMPORARY, value: 0x225A3DFD) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::NOT_2XX_STATUS_CODE
 Server responded with a status code outside of the 2XX success range. (status: FATAL, value: 0x7C18E421) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::HEADER_NOT_FOUND
 A specific header could not be found in the HTTP response. (status: FATAL, value: 0xA0E54A89) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::CONTENT_TYPE_HEADER_NOT_FOUND
 The Content-Type header could not be found in the HTTP response. (status: FATAL, value: 0x065627D3) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::CONTENT_TYPE_NOT_JSON
 The Content-Type header value is not application/json nor text/json. (status: FATAL, value: 0xD4513A4C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::INVALID_RESPONSE_CONTENT
 A required information is missing from the HTTP response content. (status: FATAL, value: 0xFF88DFF3) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::TCP_ENDPOINT_NOT_FOUND
 Could not retrieve the TCP endpoint from HTTP auth response. (status: FATAL, value: 0x1F1C6E16) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::ENDPOINT_NOT_FOUND
 Could not retrieve the UDP endpoint from HTTP auth response. (status: FATAL, value: 0x61D38C8E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::SERVER_PORT_NOT_FOUND
 Could not retrieve the Server Port from HTTP auth response. (status: FATAL, value: 0xBEEF4BC8) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::SID_NOT_FOUND
 Could not retrieve the SID from HTTP auth response. (status: FATAL, value: 0x35EEBC5B) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::KEY_NOT_FOUND
 Could not retrieve the session key from HTTP auth response. (status: FATAL, value: 0xBB820DA1) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::IV_NOT_FOUND
 Could not retrieve the IV from HTTP auth response. (status: FATAL, value: 0x60B44EC5) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::MACKEY_NOT_FOUND
 Could not retrieve the MAC key from HTTP auth response. (status: FATAL, value: 0xB5FF6420) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Http::HTTP_SYSTEM_ERROR
 HTTP library error. (status: FATAL, value: 0x5864352D) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::RESOLUTION_ERROR
 Failed to resolve domain name. (status: FATAL, value: 0x53435F7D) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAF_DNS_NOSUPPORT_ERROR
 Address family not supported. (status: FATAL, value: 0x8EDDF707) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_ADDRFAMILY_ERROR
 The specified network host does not have any network addresses in the requested address family. (status: FATAL, value: 0x7953FD94) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_AGAIN_ERROR
 The name server returned a temporary failure indication. (status: TEMPORARY, value: 0xA0B82E6E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_BADFLAGS_ERROR
 hints.ai_flags contains invalid flags; or, hints.ai_flags included AI_CANONNAME and name was NULL. (status: FATAL, value: 0x4B5DA37E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_FAIL_ERROR
 The name server returned a permanent failure indication. (status: FATAL, value: 0x1EC3018B) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_FAMILY_ERROR
 The requested address family is not supported. (status: FATAL, value: 0xC136EC71) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_MEMORY_ERROR
 Out of memory. (status: FATAL, value: 0x1A56616E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_NODATA_ERROR
 The specified network host exists, but does not have any network addresses defined. (status: FATAL, value: 0x29EEC06C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_NONAME_ERROR
 The node or service is not known; or both node and service are NULL; or AI_NUMERICSERV was specified in hints.ai_flags and service was not a numeric port-number string. (status: FATAL, value: 0xA9775EB6) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_SERVICE_ERROR
 The requested service is not available for the requested socket type. It may be available through another socket type. For example, this error could occur if service was 'shell' (a service available only on stream sockets), and either hints.ai_protocol was IPPROTO_UDP, or hints.ai_socktype was SOCK_DGRAM; or the error could occur if service was not NULL, and hints.ai_socktype was SOCK_RAW (a socket type that does not support the concept of services). (status: FATAL, value: 0xCE7CF1B1) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_SOCKTYPE_ERROR
 The requested socket type is not supported. This could occur, for example, if hints.ai_socktype and hints.ai_protocol are inconsistent (e.g., SOCK_DGRAM and IPPROTO_TCP, respectively). (status: FATAL, value: 0xA41B66EF) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_SYSTEM_ERROR
 Other system error, check errno for details. (status: FATAL, value: 0xA98EE498) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_BADHINTS_ERROR
 Invalid value for hints. (status: FATAL, value: 0xD28FBA25) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_PROTOCOL_ERROR
 Resolved protocol is unknown. (status: FATAL, value: 0xC5F62CB8) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_OVERFLOW_ERROR
 Argument buffer overflow. (status: FATAL, value: 0x719EC0B9) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_INTR_ERROR
 Interrupted by a signal. (status: TEMPORARY, value: 0xE02E56BE) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::DNS::EAI_IDN_ENCODE_ERROR
 Parameter string not correctly encoded. (status: FATAL, value: 0x65755A3E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::UNEXPECTED_BLOCKING_MODE_ERROR
 The socket blocking mode is not the one we expect. (private) (status: FATAL, value: 0xB79E8B5C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::INVALID_SOCKET_ERROR
 Invalid socket. (status: FATAL, value: 0x1656F0D4) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::TCP_ONLY_FEATURE
 Feature available only when in TCP mode. (status: FATAL, value: 0x7491B652) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::UDP_ONLY_FEATURE
 Feature available only when in UDP mode. (status: FATAL, value: 0x41F828D9) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::INVALID_FAMILY_ERROR
 Invalid socket family, expected INET4 or INET6. (status: FATAL, value: 0x9E3C23E0) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::INVALID_TYPE_ERROR
 Invalid socket type, expected SOCK_STREAM or SOCK_DGRAM. (status: FATAL, value: 0x9B8CD2AD) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::INVALID_PROTOCOL_ERROR
 Invalid socket protocol, expected IPPROTO_TCP or IPPROTO_UDP. (status: FATAL, value: 0xA67717C8) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::SET_BLOCKING_MODE_ERROR
 Invalid socket blocking mode. (status: FATAL, value: 0x198DD2A5) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::GET_BLOCKING_MODE_ERROR
 Invalid socket blocking mode. (status: FATAL, value: 0x18A3F57A) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::SET_NO_DELAY_ERROR
 Invalid socket no-delay value. (status: FATAL, value: 0xB313C693) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::GET_NO_DELAY_ERROR
 Invalid socket no-delay value. (status: FATAL, value: 0x96184D8D) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::SET_DUAL_STACK_ERROR
 Fail to enable dual stack. (status: FATAL, value: 0x017A8934) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::GET_DUAL_STACK_ERROR
 Fail to retrieve dual stack value. (status: FATAL, value: 0xAF51C948) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::CREATION_ERROR
 Failed to create socket. (status: FATAL, value: 0x58FE6F09) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::DISCONNECTED_ERROR
 Socket disconnected. (status: FATAL, value: 0x9B07131A) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EWOULDBLOCK_ERROR
 The socket operation would block. (status: TEMPORARY, value: 0xC13D07F2) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ECONNRESET_ERROR
 Connection reset by peer. (status: FATAL, value: 0x2577D214) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EFAULT_ERROR
 The arguments point outside the process address space. (status: FATAL, value: 0x8FB8C7EA) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EINVAL_ERROR
 Invalid argument passed to a socket operation. (status: FATAL, value: 0x1BF2931C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EISCONN_ERROR
 ??? (status: FATAL, value: 0x37C9CF2C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EMSGSIZE_ERROR
 The socket is message oriented, and the message is larger than the maximum supported by the underlying transport. (status: FATAL, value: 0xEC5BA5C3) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENOBUFS_ERROR
 The output queue for a network interface was full. (status: TEMPORARY, value: 0xE47D35C5) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENOMEM_ERROR
 No memory availab for network operation. (status: TEMPORARY, value: 0xD1A33443) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENOTCONN_ERROR
 The socket is not connected. (status: FATAL, value: 0xC1D558F3) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENOTSOCK_ERROR
 The file descriptor sockfd does not refer to a socket. (status: FATAL, value: 0x2F46E36D) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EOPNOTSUPP_ERROR
 Some bit in the flags argument is inappropriate for the socket type. (status: FATAL, value: 0xBA0AE63F) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EPIPE_ERROR
 The local end has been shut down on a connection oriented socket. (status: FATAL, value: 0x8F106DAB) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EBADF_ERROR
 The argument sockfd is an invalid file descriptor. (status: FATAL, value: 0xDE8ABB2A) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ECONNREFUSED_ERROR
 A remote host refused to allow the network connection (typically because it is not running the requested service). (status: FATAL, value: 0xEE6145C6) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EDESTADDRREQ_ERROR
 The socket is not connection-mode, and no peer address is set. (status: FATAL, value: 0x3CEC0BFC) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENOPROTOOPT_ERROR
 The option is unknown at the level indicated. (status: FATAL, value: 0x8F6738DF) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EACCES_ERROR
 The address is protected, and the user is not the superuser. Or the requested address is a broadcast address, but the appropriate flag was not set. Call setsockopt with the SO_BROADCAST socket option to enable use of the broadcast address. (status: FATAL, value: 0xA7441C0A) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EADDRINUSE_ERROR
 The given address is already in use. (status: FATAL, value: 0x8CD4F017) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EADDRNOTAVAIL_ERROR
 The specified address is not available from the local machine. (status: FATAL, value: 0x05091A5C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EAFNOSUPPORT_ERROR
 Addresses in the specified family cannot be used with this socket. (status: FATAL, value: 0x5099DE85) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EINPROGRESS_ERROR
 The socket is nonblocking and the connection cannot be completed immediately. (status: FATAL, value: 0xF0270023) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EINTR_ERROR
 The socket is nonblocking and the connection cannot be completed immediately. (status: FATAL, value: 0x16F906FA) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENETUNREACH_ERROR
 The network is unreachable. (status: TEMPORARY, value: 0x720DC18F) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EHOSTDOWN_ERROR
 The remote host was down. (status: FATAL, value: 0xAE5CBE44) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ENETDOWN_ERROR
 The local network interface is down. (status: FATAL, value: 0xAACA81EB) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::ETIMEDOUT_ERROR
 Connection establishment timed out without establishing a connection. (status: FATAL, value: 0x49242DCC) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::EALREADY_ERROR
 A previous connection attempt has not yet been completed. (status: FATAL, value: 0x8FEB8028) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSANOTINITIALISED_ERROR
 A successful WSAStartup call must occur before using this function. (status: FATAL, value: 0xD44017C6) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAENETDOWN_ERROR
 The network subsystem or the associated service provider has failed. (status: FATAL, value: 0x5904C1F8) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAEINPROGRESS_ERROR
 A blocking Windows Sockets 1.1 call is in progress, or the service provider is still processing a callback function. (status: FATAL, value: 0x62E2BD4B) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAESHUTDOWN_ERROR
 The socket has been shut down; it is not possible to send on a socket after shutdown has been invoked with how set to SD_SEND or SD_BOTH. (status: FATAL, value: 0x91D595E3) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAEHOSTUNREACH_ERROR
 The remote host cannot be reached from this host at this time. (status: TEMPORARY, value: 0xA260EB4C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAEINTR_ERROR
 A blocking Windows Sockets 1.1 call was canceled through WSACancelBlockingCall. (status: FATAL, value: 0x7E37F150) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAENETRESET_ERROR
 The connection has been broken due to the keep-alive activity detecting a failure while the operation was in progress. (status: FATAL, value: 0x2CA7100B) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAECONNABORTED_ERROR
 The virtual circuit was terminated due to a time-out or other failure. The application should close the socket as it is no longer usable. (status: FATAL, value: 0x2D3F02BF) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAETIMEDOUT_ERROR
 The connection has been dropped, because of a network failure or because the system on the other end went down without notice. (status: FATAL, value: 0xCD69A252) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Sockets::WSAEADDRNOTAVAIL_ERROR
 The remote address is not a valid address, for example, ADDR_ANY. (status: FATAL, value: 0x1DFDA607) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::TCP_NOT_CONNECTED_ERROR
 Tcp is not connected. (status: FATAL, value: 0xE18FE134) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::TCP_ALREADY_CONNECTED_ERROR
 Tcp is already connected. (status: FATAL, value: 0x8AFE5437) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::CONNECTION_IN_PROGRESS_ERROR
 Tcp connection is in progress. (status: FATAL, value: 0x7996B678) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::DISCONNECTION_IN_PROGRESS_ERROR
 Tcp disconnection is in progress. (status: FATAL, value: 0x435FB94C) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::CONNECTION_TIMEOUT_ERROR
 The tcp connection has timed out. (status: FATAL, value: 0x5D61C472) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Tcp::TOO_MANY_PACKETS_ENQUEUED
 Too many packets enqueued in a single network processing iteration. (status: FATAL, value: 0x59EB8303) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Udp::UDP_NOT_CONNECTED_ERROR
 Udp is not connected. (status: FATAL, value: 0x16131CBD) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Udp::UDP_ALREADY_CONNECTED_ERROR
 Udp is already connected. (status: FATAL, value: 0x599EEFAC) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Udp::MSG_SIZE_TOO_BIG_ERROR
 Message does not fit into a single UDP packet (status: FATAL, value: 0x564D7F12) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::Udp::FORCE_TERMINATION_BY_SERVER
 FIXME c# force termination by server (status: FATAL, value: 0xB31F1286) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::P2P::PEER_ALREADY_RUNNING
 The current peer is already in running state. (status: TEMPORARY, value: 0x25270E75) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Network::P2P::PEER_NOT_YET_RUNNING
 The current peer is not in running state yet. (status: TEMPORARY, value: 0x41BC9B94) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::INVALID_KEY_SIZE_ERROR
 The key size is invalid. (status: FATAL, value: 0x57B6F8F7) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::INVALID_IV_SIZE_ERROR
 The iv size is invalid. (status: FATAL, value: 0xBB81D1B7) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::INVALID_HMAC_KEY_SIZE_ERROR
 The hmac key size is invalid. (status: FATAL, value: 0xD2F55218) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::CREDENTIALS_NOT_SET
 The key and IV are not set. (status: FATAL, value: 0xA77DE011) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::HMAC_KEY_NOT_SET
 The hmac key is not set. (status: FATAL, value: 0x8DBF449F) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::BUFFER_NOT_MULTIPLE_OF_BLOCK_SIZE
 The buffer size is not a multiple of cipher block size. (status: FATAL, value: 0xF9B2900D) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::CRYPTO_MISCELLANEOUS_ERROR
 Crypto miscellaneous error. (status: FATAL, value: 0xF0FBDD5E) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::CIPHER_CREATION_ERROR
 The cipher creation failed. (status: FATAL, value: 0xF5FFD0AB) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::SIGNATURE_MISSMATCH_ERROR
 The signature is incorrect. (status: FATAL, value: 0x6CC80441) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Crypto::EXPECTED_PAYLOAD_SIZE_MISMATCH
 Delta between resulting payload size from header and transport payload size results in wrong padding size. (status: FATAL, value: 0x54922EB1) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Packets::INVALID_HEADER_ERROR
 The packet header is invalid. (status: FATAL, value: 0xE9181561) More...
 
DIARKIS_EXPORT System::Result Diarkis::Results::Packets::INVALID_PAYLOAD_SIZE_ERROR
 The packet size is invalid. (status: FATAL, value: 0xD59C952D) More...