Show / Hide Table of Contents

Class PosixWindows

POSIX codes that are specific to Windows

Inheritance
System.Object
PosixBase
PosixWindows
Inherited Members
PosixBase.EPERM
PosixBase.ENOENT
PosixBase.ESRCH
PosixBase.EINTR
PosixBase.EIO
PosixBase.ENXIO
PosixBase.E2BIG
PosixBase.ENOEXEC
PosixBase.EBADF
PosixBase.ECHILD
PosixBase.ENOMEM
PosixBase.EACCES
PosixBase.EFAULT
PosixBase.EBUSY
PosixBase.EEXIST
PosixBase.EXDEV
PosixBase.ENODEV
PosixBase.ENOTDIR
PosixBase.EISDIR
PosixBase.EINVAL
PosixBase.ENFILE
PosixBase.EMFILE
PosixBase.ENOTTY
PosixBase.EFBIG
PosixBase.ENOSPC
PosixBase.ESPIPE
PosixBase.EROFS
PosixBase.EMLINK
PosixBase.EPIPE
PosixBase.EDOM
PosixBase.ERANGE
PosixBase.GetCode(String)
PosixBase.IsError(String, Int32)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class PosixWindows : PosixBase

Fields

| Improve this Doc View Source

EADDRINUSE

Address already in use

Declaration
public static readonly int EADDRINUSE
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EADDRNOTAVAIL

Can't assign requested address

Declaration
public static readonly int EADDRNOTAVAIL
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EAFNOSUPPORT

Address family not supported by protocol family

Declaration
public static readonly int EAFNOSUPPORT
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EAGAIN

Resource temporarily unavailable

Declaration
public static readonly int EAGAIN
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EALREADY

Operation already in progress

Declaration
public static readonly int EALREADY
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EBADMSG

Bad message

Declaration
public static readonly int EBADMSG
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ECANCELED

Operation canceled

Declaration
public static readonly int ECANCELED
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ECONNABORTED

Software caused connection abort

Declaration
public static readonly int ECONNABORTED
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ECONNREFUSED

Connection refused

Declaration
public static readonly int ECONNREFUSED
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ECONNRESET

Connection reset by peer

Declaration
public static readonly int ECONNRESET
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EDEADLK

Resource deadlock avoided

Declaration
public static readonly int EDEADLK
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EDESTADDRREQ

Destination address required

Declaration
public static readonly int EDESTADDRREQ
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EHOSTUNREACH

No route to host

Declaration
public static readonly int EHOSTUNREACH
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EIDRM

Identifier removed

Declaration
public static readonly int EIDRM
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EILSEQ

Illegal byte sequence

Declaration
public static readonly int EILSEQ
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EINPROGRESS

Operation now in progress

Declaration
public static readonly int EINPROGRESS
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EISCONN

Socket is already connected

Declaration
public static readonly int EISCONN
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ELOOP

Too many levels of symbolic links

Declaration
public static readonly int ELOOP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EMSGSIZE

Message too long

Declaration
public static readonly int EMSGSIZE
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENAMETOOLONG

File name too long

Declaration
public static readonly int ENAMETOOLONG
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENETDOWN

Network is down

Declaration
public static readonly int ENETDOWN
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENETRESET

Network dropped connection on reset

Declaration
public static readonly int ENETRESET
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENETUNREACH

Network is unreachable

Declaration
public static readonly int ENETUNREACH
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOBUFS

No buffer space available

Declaration
public static readonly int ENOBUFS
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENODATA

No message available on STREAM

Declaration
public static readonly int ENODATA
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOLCK

No locks available

Declaration
public static readonly int ENOLCK
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOLINK

Link has been severed

Declaration
public static readonly int ENOLINK
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOMSG

No message of desired type

Declaration
public static readonly int ENOMSG
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOPROTOOPT

Protocol not available

Declaration
public static readonly int ENOPROTOOPT
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOSR

No STREAM resources

Declaration
public static readonly int ENOSR
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOSTR

Not a STREAM

Declaration
public static readonly int ENOSTR
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOSYS

Function not implemented

Declaration
public static readonly int ENOSYS
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOTCONN

Socket is not connected

Declaration
public static readonly int ENOTCONN
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOTEMPTY

Directory not empty

Declaration
public static readonly int ENOTEMPTY
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOTRECOVERABLE

State not recoverable

Declaration
public static readonly int ENOTRECOVERABLE
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOTSOCK

Socket operation on non-socket

Declaration
public static readonly int ENOTSOCK
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ENOTSUP

Operation not supported

Declaration
public static readonly int ENOTSUP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EOPNOTSUPP

Operation not supported on socket

Declaration
public static readonly int EOPNOTSUPP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EOTHER

Undefined error

Declaration
public static readonly int EOTHER
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EOVERFLOW

Value too large to be stored in data type

Declaration
public static readonly int EOVERFLOW
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EOWNERDEAD

Previous owner died

Declaration
public static readonly int EOWNERDEAD
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EPROTO

Protocol error

Declaration
public static readonly int EPROTO
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EPROTONOSUPPORT

Protocol not supported

Declaration
public static readonly int EPROTONOSUPPORT
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EPROTOTYPE

Protocol wrong type for socket

Declaration
public static readonly int EPROTOTYPE
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ETIME

STREAM ioctl timeout

Declaration
public static readonly int ETIME
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ETIMEDOUT

Operation timed out

Declaration
public static readonly int ETIMEDOUT
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ETXTBSY

Text file busy

Declaration
public static readonly int ETXTBSY
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EWOULDBLOCK

Operation would block

Declaration
public static readonly int EWOULDBLOCK
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX