UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SocketErrors.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// @todo: Unfortunately, this had to be moved back as well. Convert to enum class eventually
6
ESocketErrors
Definition SocketErrors.h:9
@ SE_EADDRINUSE
Definition SocketErrors.h:30
@ SE_GET_LAST_ERROR_CODE
Definition SocketErrors.h:68
@ SE_EISCONN
Definition SocketErrors.h:38
@ SE_EADDRNOTAVAIL
Definition SocketErrors.h:31
@ SE_ENOPROTOOPT
Definition SocketErrors.h:24
@ SE_UDP_ERR_PORT_UNREACH
Definition SocketErrors.h:62
@ SE_EMFILE
Definition SocketErrors.h:16
@ SE_EAFNOSUPPORT
Definition SocketErrors.h:29
@ SE_EDESTADDRREQ
Definition SocketErrors.h:21
@ SE_HOST_NOT_FOUND
Definition SocketErrors.h:58
@ SE_ECONNABORTED
Definition SocketErrors.h:35
@ SE_EPFNOSUPPORT
Definition SocketErrors.h:28
@ SE_ESOCKTNOSUPPORT
Definition SocketErrors.h:26
@ SE_ESHUTDOWN
Definition SocketErrors.h:40
@ SE_EBADF
Definition SocketErrors.h:12
@ SE_EDQUOT
Definition SocketErrors.h:51
@ SE_ENOTEMPTY
Definition SocketErrors.h:48
@ SE_EWOULDBLOCK
Definition SocketErrors.h:17
@ SE_ECONNREFUSED
Definition SocketErrors.h:43
@ SE_EPROTOTYPE
Definition SocketErrors.h:23
@ SE_EFAULT
Definition SocketErrors.h:14
@ SE_EACCES
Definition SocketErrors.h:13
@ SE_TRY_AGAIN
Definition SocketErrors.h:59
@ SE_EPROCLIM
Definition SocketErrors.h:49
@ SE_EALREADY
Definition SocketErrors.h:19
@ SE_ECONNRESET
Definition SocketErrors.h:36
@ SE_EOPNOTSUPP
Definition SocketErrors.h:27
@ SE_EMSGSIZE
Definition SocketErrors.h:22
@ SE_ENOBUFS
Definition SocketErrors.h:37
@ SE_EDISCON
Definition SocketErrors.h:54
@ SE_ELOOP
Definition SocketErrors.h:44
@ SE_ENOTCONN
Definition SocketErrors.h:39
@ SE_NODEV
Definition SocketErrors.h:65
@ SE_ETOOMANYREFS
Definition SocketErrors.h:41
@ SE_EREMOTE
Definition SocketErrors.h:53
@ SE_EINTR
Definition SocketErrors.h:11
@ SE_EHOSTDOWN
Definition SocketErrors.h:46
@ SE_ESTALE
Definition SocketErrors.h:52
@ SE_ENETRESET
Definition SocketErrors.h:34
@ SE_EPROTONOSUPPORT
Definition SocketErrors.h:25
@ SE_ENAMETOOLONG
Definition SocketErrors.h:45
@ SE_NOTINITIALISED
Definition SocketErrors.h:57
@ SE_ADDRFAMILY
Definition SocketErrors.h:63
@ SE_VERNOTSUPPORTED
Definition SocketErrors.h:56
@ SE_ENETDOWN
Definition SocketErrors.h:32
@ SE_ENOTSOCK
Definition SocketErrors.h:20
@ SE_NO_DATA
Definition SocketErrors.h:61
@ SE_EINPROGRESS
Definition SocketErrors.h:18
@ SE_NO_ERROR
Definition SocketErrors.h:10
@ SE_SYSNOTREADY
Definition SocketErrors.h:55
@ SE_EHOSTUNREACH
Definition SocketErrors.h:47
@ SE_EUSERS
Definition SocketErrors.h:50
@ SE_ENETUNREACH
Definition SocketErrors.h:33
@ SE_SYSTEM
Definition SocketErrors.h:64
@ SE_ETIMEDOUT
Definition SocketErrors.h:42
@ SE_NO_RECOVERY
Definition SocketErrors.h:60
@ SE_EINVAL
Definition SocketErrors.h:15