Errno

Properties

Link copied to clipboard
const val E2BIG: Int
Link copied to clipboard
const val EACCES: Int
Link copied to clipboard
const val EADDRINUSE: Int
Link copied to clipboard
const val EADDRNOTAVAIL: Int
Link copied to clipboard
const val EAFNOSUPPORT: Int
Link copied to clipboard
const val EAGAIN: Int
Link copied to clipboard
const val EALREADY: Int
Link copied to clipboard
const val EBADF: Int
Link copied to clipboard
const val EBADMSG: Int
Link copied to clipboard
const val EBUSY: Int
Link copied to clipboard
const val ECANCELED: Int
Link copied to clipboard
const val ECHILD: Int
Link copied to clipboard
const val ECONNABORTED: Int
Link copied to clipboard
const val ECONNREFUSED: Int
Link copied to clipboard
const val ECONNRESET: Int
Link copied to clipboard
const val EDEADLK: Int
Link copied to clipboard
const val EDESTADDRREQ: Int
Link copied to clipboard
const val EDOM: Int
Link copied to clipboard
const val EDQUOT: Int
Link copied to clipboard
const val EEXIST: Int
Link copied to clipboard
const val EFAULT: Int
Link copied to clipboard
const val EFBIG: Int
Link copied to clipboard
const val EHOSTUNREACH: Int
Link copied to clipboard
const val EIDRM: Int
Link copied to clipboard
const val EILSEQ: Int
Link copied to clipboard
const val EINPROGRESS: Int
Link copied to clipboard
const val EINTR: Int
Link copied to clipboard
const val EINVAL: Int
Link copied to clipboard
const val EIO: Int
Link copied to clipboard
const val EISCONN: Int
Link copied to clipboard
const val EISDIR: Int
Link copied to clipboard
const val ELOOP: Int
Link copied to clipboard
const val EMFILE: Int
Link copied to clipboard
const val EMLINK: Int
Link copied to clipboard
const val EMSGSIZE: Int
Link copied to clipboard
const val EMULTIHOP: Int
Link copied to clipboard
const val ENAMETOOLONG: Int
Link copied to clipboard
const val ENETDOWN: Int
Link copied to clipboard
const val ENETRESET: Int
Link copied to clipboard
const val ENETUNREACH: Int
Link copied to clipboard
const val ENFILE: Int
Link copied to clipboard
const val ENOBUFS: Int
Link copied to clipboard
const val ENODATA: Int
Link copied to clipboard
const val ENODEV: Int
Link copied to clipboard
const val ENOENT: Int
Link copied to clipboard
const val ENOEXEC: Int
Link copied to clipboard
const val ENOLCK: Int
Link copied to clipboard
const val ENOLINK: Int
Link copied to clipboard
const val ENOMEM: Int
Link copied to clipboard
const val ENOMSG: Int
Link copied to clipboard
const val ENOPROTOOPT: Int
Link copied to clipboard
const val ENOSPC: Int
Link copied to clipboard
const val ENOSR: Int
Link copied to clipboard
const val ENOSTR: Int
Link copied to clipboard
const val ENOSYS: Int
Link copied to clipboard
const val ENOTCONN: Int
Link copied to clipboard
const val ENOTDIR: Int
Link copied to clipboard
const val ENOTEMPTY: Int
Link copied to clipboard
const val ENOTSOCK: Int
Link copied to clipboard
const val ENOTSUP: Int
Link copied to clipboard
const val ENOTTY: Int
Link copied to clipboard
const val ENXIO: Int
Link copied to clipboard
const val EOPNOTSUPP: Int
Link copied to clipboard
const val EOVERFLOW: Int
Link copied to clipboard
const val EPERM: Int
Link copied to clipboard
const val EPIPE: Int
Link copied to clipboard
const val EPROTO: Int
Link copied to clipboard
const val EPROTONOSUPPORT: Int
Link copied to clipboard
const val EPROTOTYPE: Int
Link copied to clipboard
const val ERANGE: Int
Link copied to clipboard
const val EROFS: Int
Link copied to clipboard
const val ESPIPE: Int
Link copied to clipboard
const val ESRCH: Int
Link copied to clipboard
const val ESTALE: Int
Link copied to clipboard
const val ETIME: Int
Link copied to clipboard
const val ETIMEDOUT: Int
Link copied to clipboard
const val ETXTBSY: Int
Link copied to clipboard
const val EWOULDBLOCK: Int
Link copied to clipboard
const val EXDEV: Int

Functions

Link copied to clipboard
open override fun getMember(key: String?): Any?
Link copied to clipboard
open override fun getMemberKeys(): Array<String>
Link copied to clipboard
open override fun hasMember(key: String?): Boolean
Link copied to clipboard
open override fun putMember(key: String?, value: Value?)
Link copied to clipboard
open fun removeMember(key: String): Boolean