Class PosixWindows
POSIX codes that are specific to Windows
Inherited Members
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class PosixWindows : PosixBase
Fields
| Improve this Doc View SourceEADDRINUSE
Address already in use
Declaration
public static readonly int EADDRINUSE
Field Value
Type | Description |
---|---|
System.Int32 |
EADDRNOTAVAIL
Can't assign requested address
Declaration
public static readonly int EADDRNOTAVAIL
Field Value
Type | Description |
---|---|
System.Int32 |
EAFNOSUPPORT
Address family not supported by protocol family
Declaration
public static readonly int EAFNOSUPPORT
Field Value
Type | Description |
---|---|
System.Int32 |
EAGAIN
Resource temporarily unavailable
Declaration
public static readonly int EAGAIN
Field Value
Type | Description |
---|---|
System.Int32 |
EALREADY
Operation already in progress
Declaration
public static readonly int EALREADY
Field Value
Type | Description |
---|---|
System.Int32 |
EBADMSG
Bad message
Declaration
public static readonly int EBADMSG
Field Value
Type | Description |
---|---|
System.Int32 |
ECANCELED
Operation canceled
Declaration
public static readonly int ECANCELED
Field Value
Type | Description |
---|---|
System.Int32 |
ECONNABORTED
Software caused connection abort
Declaration
public static readonly int ECONNABORTED
Field Value
Type | Description |
---|---|
System.Int32 |
ECONNREFUSED
Connection refused
Declaration
public static readonly int ECONNREFUSED
Field Value
Type | Description |
---|---|
System.Int32 |
ECONNRESET
Connection reset by peer
Declaration
public static readonly int ECONNRESET
Field Value
Type | Description |
---|---|
System.Int32 |
EDEADLK
Resource deadlock avoided
Declaration
public static readonly int EDEADLK
Field Value
Type | Description |
---|---|
System.Int32 |
EDESTADDRREQ
Destination address required
Declaration
public static readonly int EDESTADDRREQ
Field Value
Type | Description |
---|---|
System.Int32 |
EHOSTUNREACH
No route to host
Declaration
public static readonly int EHOSTUNREACH
Field Value
Type | Description |
---|---|
System.Int32 |
EIDRM
Identifier removed
Declaration
public static readonly int EIDRM
Field Value
Type | Description |
---|---|
System.Int32 |
EILSEQ
Illegal byte sequence
Declaration
public static readonly int EILSEQ
Field Value
Type | Description |
---|---|
System.Int32 |
EINPROGRESS
Operation now in progress
Declaration
public static readonly int EINPROGRESS
Field Value
Type | Description |
---|---|
System.Int32 |
EISCONN
Socket is already connected
Declaration
public static readonly int EISCONN
Field Value
Type | Description |
---|---|
System.Int32 |
ELOOP
Too many levels of symbolic links
Declaration
public static readonly int ELOOP
Field Value
Type | Description |
---|---|
System.Int32 |
EMSGSIZE
Message too long
Declaration
public static readonly int EMSGSIZE
Field Value
Type | Description |
---|---|
System.Int32 |
ENAMETOOLONG
File name too long
Declaration
public static readonly int ENAMETOOLONG
Field Value
Type | Description |
---|---|
System.Int32 |
ENETDOWN
Network is down
Declaration
public static readonly int ENETDOWN
Field Value
Type | Description |
---|---|
System.Int32 |
ENETRESET
Network dropped connection on reset
Declaration
public static readonly int ENETRESET
Field Value
Type | Description |
---|---|
System.Int32 |
ENETUNREACH
Network is unreachable
Declaration
public static readonly int ENETUNREACH
Field Value
Type | Description |
---|---|
System.Int32 |
ENOBUFS
No buffer space available
Declaration
public static readonly int ENOBUFS
Field Value
Type | Description |
---|---|
System.Int32 |
ENODATA
No message available on STREAM
Declaration
public static readonly int ENODATA
Field Value
Type | Description |
---|---|
System.Int32 |
ENOLCK
No locks available
Declaration
public static readonly int ENOLCK
Field Value
Type | Description |
---|---|
System.Int32 |
ENOLINK
Link has been severed
Declaration
public static readonly int ENOLINK
Field Value
Type | Description |
---|---|
System.Int32 |
ENOMSG
No message of desired type
Declaration
public static readonly int ENOMSG
Field Value
Type | Description |
---|---|
System.Int32 |
ENOPROTOOPT
Protocol not available
Declaration
public static readonly int ENOPROTOOPT
Field Value
Type | Description |
---|---|
System.Int32 |
ENOSR
No STREAM resources
Declaration
public static readonly int ENOSR
Field Value
Type | Description |
---|---|
System.Int32 |
ENOSTR
Not a STREAM
Declaration
public static readonly int ENOSTR
Field Value
Type | Description |
---|---|
System.Int32 |
ENOSYS
Function not implemented
Declaration
public static readonly int ENOSYS
Field Value
Type | Description |
---|---|
System.Int32 |
ENOTCONN
Socket is not connected
Declaration
public static readonly int ENOTCONN
Field Value
Type | Description |
---|---|
System.Int32 |
ENOTEMPTY
Directory not empty
Declaration
public static readonly int ENOTEMPTY
Field Value
Type | Description |
---|---|
System.Int32 |
ENOTRECOVERABLE
State not recoverable
Declaration
public static readonly int ENOTRECOVERABLE
Field Value
Type | Description |
---|---|
System.Int32 |
ENOTSOCK
Socket operation on non-socket
Declaration
public static readonly int ENOTSOCK
Field Value
Type | Description |
---|---|
System.Int32 |
ENOTSUP
Operation not supported
Declaration
public static readonly int ENOTSUP
Field Value
Type | Description |
---|---|
System.Int32 |
EOPNOTSUPP
Operation not supported on socket
Declaration
public static readonly int EOPNOTSUPP
Field Value
Type | Description |
---|---|
System.Int32 |
EOTHER
Undefined error
Declaration
public static readonly int EOTHER
Field Value
Type | Description |
---|---|
System.Int32 |
EOVERFLOW
Value too large to be stored in data type
Declaration
public static readonly int EOVERFLOW
Field Value
Type | Description |
---|---|
System.Int32 |
EOWNERDEAD
Previous owner died
Declaration
public static readonly int EOWNERDEAD
Field Value
Type | Description |
---|---|
System.Int32 |
EPROTO
Protocol error
Declaration
public static readonly int EPROTO
Field Value
Type | Description |
---|---|
System.Int32 |
EPROTONOSUPPORT
Protocol not supported
Declaration
public static readonly int EPROTONOSUPPORT
Field Value
Type | Description |
---|---|
System.Int32 |
EPROTOTYPE
Protocol wrong type for socket
Declaration
public static readonly int EPROTOTYPE
Field Value
Type | Description |
---|---|
System.Int32 |
ETIME
STREAM ioctl timeout
Declaration
public static readonly int ETIME
Field Value
Type | Description |
---|---|
System.Int32 |
ETIMEDOUT
Operation timed out
Declaration
public static readonly int ETIMEDOUT
Field Value
Type | Description |
---|---|
System.Int32 |
ETXTBSY
Text file busy
Declaration
public static readonly int ETXTBSY
Field Value
Type | Description |
---|---|
System.Int32 |
EWOULDBLOCK
Operation would block
Declaration
public static readonly int EWOULDBLOCK
Field Value
Type | Description |
---|---|
System.Int32 |