object Errno extends ShortEnum[Errno]
- Source
- types.scala
- Alphabetic
- By Inheritance
- Errno
- ShortEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final macro def findValues: IndexedSeq[Errno]
- Attributes
- protected
- Definition Classes
- ShortEnum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values: IndexedSeq[Errno]
- Definition Classes
- Errno → ValueEnum
- final lazy val valuesToEntriesMap: Map[Short, Errno]
- Definition Classes
- ValueEnum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValue(i: Short): Errno
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Short): Either[NoSuchMember[Short, ValueEnumEntry[Short]], Errno]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Short): Option[Errno]
- Definition Classes
- ValueEnum
- implicit def writer[F[_]](implicit F: MonadError[F, Throwable]): SimpleValueWriter[F, Errno]
- case object Acces extends Errno with Product with Serializable
Permission denied.
- case object Addrinuse extends Errno with Product with Serializable
Address in use.
- case object Addrnotavail extends Errno with Product with Serializable
Address not available.
- case object Afnosupport extends Errno with Product with Serializable
Address family not supported.
- case object Again extends Errno with Product with Serializable
Resource unavailable, or operation would block.
- case object Already extends Errno with Product with Serializable
Connection already in progress.
- case object Badf extends Errno with Product with Serializable
Bad file descriptor.
- case object Badmsg extends Errno with Product with Serializable
Bad message.
- case object Busy extends Errno with Product with Serializable
Device or resource busy.
- case object Canceled extends Errno with Product with Serializable
Operation canceled.
- case object Child extends Errno with Product with Serializable
No child processes.
- case object Connaborted extends Errno with Product with Serializable
Connection aborted.
- case object Connrefused extends Errno with Product with Serializable
Connection refused.
- case object Connreset extends Errno with Product with Serializable
Connection reset.
- case object Deadlk extends Errno with Product with Serializable
Resource deadlock would occur.
- case object Destaddrreq extends Errno with Product with Serializable
Destination address required.
- case object Dom extends Errno with Product with Serializable
Mathematics argument out of domain of function.
- case object Dquot extends Errno with Product with Serializable
Reserved.
- case object Exist extends Errno with Product with Serializable
File exists.
- case object Fault extends Errno with Product with Serializable
Bad address.
- case object Fbig extends Errno with Product with Serializable
File too large.
- case object Hostunreach extends Errno with Product with Serializable
Host is unreachable.
- case object Idrm extends Errno with Product with Serializable
Identifier removed.
- case object Ilseq extends Errno with Product with Serializable
Illegal byte sequence.
- case object Inprogress extends Errno with Product with Serializable
Operation in progress.
- case object Intr extends Errno with Product with Serializable
Interrupted function.
- case object Inval extends Errno with Product with Serializable
Invalid argument.
- case object Io extends Errno with Product with Serializable
I/O error.
- case object Isconn extends Errno with Product with Serializable
Socket is connected.
- case object Isdir extends Errno with Product with Serializable
Is a directory.
- case object Loop extends Errno with Product with Serializable
Too many levels of symbolic links.
- case object Mfile extends Errno with Product with Serializable
File descriptor value too large.
- case object Mlink extends Errno with Product with Serializable
Too many links.
- case object Msgsize extends Errno with Product with Serializable
Message too large.
- case object Multihop extends Errno with Product with Serializable
Reserved.
- case object Nametoolong extends Errno with Product with Serializable
Filename too long.
- case object Netdown extends Errno with Product with Serializable
Network is down.
- case object Netreset extends Errno with Product with Serializable
Connection aborted by network.
- case object Netunreach extends Errno with Product with Serializable
Network unreachable.
- case object Nfile extends Errno with Product with Serializable
Too many files open in system.
- case object Nobufs extends Errno with Product with Serializable
No buffer space available.
- case object Nodev extends Errno with Product with Serializable
No such device.
- case object Noent extends Errno with Product with Serializable
No such file or directory.
- case object Noexec extends Errno with Product with Serializable
Executable file format error.
- case object Nolck extends Errno with Product with Serializable
No locks available.
- case object Nolink extends Errno with Product with Serializable
Reserved.
- case object Nomem extends Errno with Product with Serializable
Not enough space.
- case object Nomsg extends Errno with Product with Serializable
No message of the desired type.
- case object Noprotoopt extends Errno with Product with Serializable
Protocol not available.
- case object Nospc extends Errno with Product with Serializable
No space left on device.
- case object Nosys extends Errno with Product with Serializable
Function not supported.
- case object Notcapable extends Errno with Product with Serializable
Extension: Capabilities insufficient.
- case object Notconn extends Errno with Product with Serializable
The socket is not connected.
- case object Notdir extends Errno with Product with Serializable
Not a directory or a symbolic link to a directory.
- case object Notempty extends Errno with Product with Serializable
Directory not empty.
- case object Notrecoverable extends Errno with Product with Serializable
State not recoverable.
- case object Notsock extends Errno with Product with Serializable
Not a socket.
- case object Notsup extends Errno with Product with Serializable
Not supported, or operation not supported on socket.
- case object Notty extends Errno with Product with Serializable
Inappropriate I/O control operation.
- case object Nxio extends Errno with Product with Serializable
No such device or address.
- case object Overflow extends Errno with Product with Serializable
Value too large to be stored in data type.
- case object Ownerdead extends Errno with Product with Serializable
Previous owner died.
- case object Perm extends Errno with Product with Serializable
Operation not permitted.
- case object Pipe extends Errno with Product with Serializable
Broken pipe.
- case object Proto extends Errno with Product with Serializable
Protocol error.
- case object Protonosupport extends Errno with Product with Serializable
Protocol not supported.
- case object Prototype extends Errno with Product with Serializable
Protocol wrong type for socket.
- case object Range extends Errno with Product with Serializable
Result too large.
- case object Rofs extends Errno with Product with Serializable
Read-only file system.
- case object Spipe extends Errno with Product with Serializable
Invalid seek.
- case object Srch extends Errno with Product with Serializable
No such process.
- case object Stale extends Errno with Product with Serializable
Reserved.
- case object Success extends Errno with Product with Serializable
No error occurred.
No error occurred. System call completed successfully.
- case object Timedout extends Errno with Product with Serializable
Connection timed out.
- case object Toobig extends Errno with Product with Serializable
Argument list too long.
- case object Txtbsy extends Errno with Product with Serializable
Text file busy.
- case object Xdev extends Errno with Product with Serializable
Cross-device link.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.