trait errno extends libc.errno

Annotations
@extern() @define("__SCALANATIVE_POSIX_ERRNO")
Linear Supertypes
libc.errno, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. errno
  2. errno
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def E2BIG: CInt
    Annotations
    @name("scalanative_e2big")
  5. def EACCES: CInt
    Annotations
    @name("scalanative_eacces")
  6. def EADDRINUSE: CInt
    Annotations
    @name("scalanative_eaddrinuse")
  7. def EADDRNOTAVAIL: CInt
    Annotations
    @name("scalanative_eaddrnotavail")
  8. def EAFNOSUPPORT: CInt
    Annotations
    @name("scalanative_eafnosupport")
  9. def EAGAIN: CInt
    Annotations
    @name("scalanative_eagain")
  10. def EALREADY: CInt
    Annotations
    @name("scalanative_ealready")
  11. def EBADF: CInt
    Annotations
    @name("scalanative_ebadf")
  12. def EBADMSG: CInt
    Annotations
    @name("scalanative_ebadmsg")
  13. def EBUSY: CInt
    Annotations
    @name("scalanative_ebusy")
  14. def ECANCELED: CInt
    Annotations
    @name("scalanative_ecanceled")
  15. def ECHILD: CInt
    Annotations
    @name("scalanative_echild")
  16. def ECONNABORTED: CInt
    Annotations
    @name("scalanative_econnaborted")
  17. def ECONNREFUSED: CInt
    Annotations
    @name("scalanative_econnrefused")
  18. def ECONNRESET: CInt
    Annotations
    @name("scalanative_econnreset")
  19. def EDEADLK: CInt
    Annotations
    @name("scalanative_edeadlk")
  20. def EDESTADDRREQ: CInt
    Annotations
    @name("scalanative_edestaddrreq")
  21. def EDOM: CInt
    Definition Classes
    errno
    Annotations
    @name("scalanative_edom")
  22. def EDQUOT: CInt
    Annotations
    @name("scalanative_edquot")
  23. def EEXIST: CInt
    Annotations
    @name("scalanative_eexist")
  24. def EFAULT: CInt
    Annotations
    @name("scalanative_efault")
  25. def EFBIG: CInt
    Annotations
    @name("scalanative_efbig")
  26. def EHOSTUNREACH: CInt
    Annotations
    @name("scalanative_ehostunreach")
  27. def EIDRM: CInt
    Annotations
    @name("scalanative_eidrm")
  28. def EILSEQ: CInt
    Definition Classes
    errno
    Annotations
    @name("scalanative_eilseq")
  29. def EINPROGRESS: CInt
    Annotations
    @name("scalanative_einprogress")
  30. def EINTR: CInt
    Annotations
    @name("scalanative_eintr")
  31. def EINVAL: CInt
    Annotations
    @name("scalanative_einval")
  32. def EIO: CInt
    Annotations
    @name("scalanative_eio")
  33. def EISCONN: CInt
    Annotations
    @name("scalanative_eisconn")
  34. def EISDIR: CInt
    Annotations
    @name("scalanative_eisdir")
  35. def ELOOP: CInt
    Annotations
    @name("scalanative_eloop")
  36. def EMFILE: CInt
    Annotations
    @name("scalanative_emfile")
  37. def EMLINK: CInt
    Annotations
    @name("scalanative_emlink")
  38. def EMSGSIZE: CInt
    Annotations
    @name("scalanative_emsgsize")
  39. def EMULTIHOP: CInt
    Annotations
    @name("scalanative_emultihup")
  40. def ENAMETOOLONG: CInt
    Annotations
    @name("scalanative_enametoolong")
  41. def ENETDOWN: CInt
    Annotations
    @name("scalanative_enetdown")
  42. def ENETRESET: CInt
    Annotations
    @name("scalanative_enetreset")
  43. def ENETUNREACH: CInt
    Annotations
    @name("scalanative_enetunreach")
  44. def ENFILE: CInt
    Annotations
    @name("scalanative_enfile")
  45. def ENOBUFS: CInt
    Annotations
    @name("scalanative_enobufs")
  46. def ENODATA: CInt
    Annotations
    @name("scalanative_enodata")
  47. def ENODEV: CInt
    Annotations
    @name("scalanative_enodev")
  48. def ENOENT: CInt
    Annotations
    @name("scalanative_enoent")
  49. def ENOEXEC: CInt
    Annotations
    @name("scalanative_enoexec")
  50. def ENOLCK: CInt
    Annotations
    @name("scalanative_enolck")
  51. def ENOLINK: CInt
    Annotations
    @name("scalanative_enolink")
  52. def ENOMEM: CInt
    Annotations
    @name("scalanative_enomem")
  53. def ENOMSG: CInt
    Annotations
    @name("scalanative_enomsg")
  54. def ENOPROTOOPT: CInt
    Annotations
    @name("scalanative_enoprotoopt")
  55. def ENOSPC: CInt
    Annotations
    @name("scalanative_enospc")
  56. def ENOSR: CInt
    Annotations
    @name("scalanative_enosr")
  57. def ENOSTR: CInt
    Annotations
    @name("scalanative_enostr")
  58. def ENOSYS: CInt
    Annotations
    @name("scalanative_enosys")
  59. def ENOTCONN: CInt
    Annotations
    @name("scalanative_enotconn")
  60. def ENOTDIR: CInt
    Annotations
    @name("scalanative_enotdir")
  61. def ENOTEMPTY: CInt
    Annotations
    @name("scalanative_enotempty")
  62. def ENOTRECOVERABLE: CInt
    Annotations
    @name("scalanative_enotrecoverable")
  63. def ENOTSOCK: CInt
    Annotations
    @name("scalanative_enotsock")
  64. def ENOTSUP: CInt
    Annotations
    @name("scalanative_enotsup")
  65. def ENOTTY: CInt
    Annotations
    @name("scalanative_enotty")
  66. def ENXIO: CInt
    Annotations
    @name("scalanative_enxio")
  67. def EOPNOTSUPP: CInt
    Annotations
    @name("scalanative_eopnotsupp")
  68. def EOVERFLOW: CInt
    Annotations
    @name("scalanative_eoverflow")
  69. def EOWNERDEAD: CInt
    Annotations
    @name("scalanative_eownerdead")
  70. def EPERM: CInt
    Annotations
    @name("scalanative_eperm")
  71. def EPIPE: CInt
    Annotations
    @name("scalanative_epipe")
  72. def EPROTO: CInt
    Annotations
    @name("scalanative_eproto")
  73. def EPROTONOSUPPORT: CInt
    Annotations
    @name("scalanative_eprotonosupport")
  74. def EPROTOTYPE: CInt
    Annotations
    @name("scalanative_eprototype")
  75. def ERANGE: CInt
    Definition Classes
    errno
    Annotations
    @name("scalanative_erange")
  76. def EROFS: CInt
    Annotations
    @name("scalanative_erofs")
  77. def ESPIPE: CInt
    Annotations
    @name("scalanative_espipe")
  78. def ESRCH: CInt
    Annotations
    @name("scalanative_esrch")
  79. def ESTALE: CInt
    Annotations
    @name("scalanative_estale")
  80. def ETIME: CInt
    Annotations
    @name("scalanative_etime")
  81. def ETIMEDOUT: CInt
    Annotations
    @name("scalanative_etimedout")
  82. def ETXTBSY: CInt
    Annotations
    @name("scalanative_etxtbsy")
  83. def EWOULDBLOCK: CInt
    Annotations
    @name("scalanative_ewouldblock")
  84. def EXDEV: CInt
    Annotations
    @name("scalanative_exdev")
  85. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  86. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  87. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  88. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  89. def errno: CInt
    Definition Classes
    errno
    Annotations
    @name("scalanative_errno")
  90. def errno_=(value: CInt): Unit
    Definition Classes
    errno
    Annotations
    @name("scalanative_set_errno")
  91. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  92. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  93. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  94. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  95. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  97. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  98. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  99. def toString(): String
    Definition Classes
    AnyRef → Any
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from libc.errno

Inherited from AnyRef

Inherited from Any

Ungrouped