Packages

t

io.scalajs.nodejs.os

OSErrnoConstants

trait OSErrnoConstants extends Object

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OSErrnoConstants
  2. Object
  3. Any
  4. AnyRef
  5. 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. val E2BIG: Int
  5. val EACCES: Int
  6. val EADDRINUSE: Int
  7. val EADDRNOTAVAIL: Int
  8. val EAFNOSUPPORT: Int
  9. val EAGAIN: Int
  10. val EALREADY: Int
  11. val EBADF: Int
  12. val EBADMSG: Int
  13. val EBUSY: Int
  14. val ECANCELED: Int
  15. val ECHILD: Int
  16. val ECONNABORTED: Int
  17. val ECONNREFUSED: Int
  18. val ECONNRESET: Int
  19. val EDEADLK: Int
  20. val EDESTADDRREQ: Int
  21. val EDOM: Int
  22. val EDQUOT: Int
  23. val EEXIST: Int
  24. val EFAULT: Int
  25. val EFBIG: Int
  26. val EHOSTUNREACH: Int
  27. val EIDRM: Int
  28. val EILSEQ: Int
  29. val EINPROGRESS: Int
  30. val EINTR: Int
  31. val EINVAL: Int
  32. val EIO: Int
  33. val EISCONN: Int
  34. val EISDIR: Int
  35. val ELOOP: Int
  36. val EMFILE: Int
  37. val EMLINK: Int
  38. val EMSGSIZE: Int
  39. val EMULTIHOP: Int
  40. val ENAMETOOLONG: Int
  41. val ENETDOWN: Int
  42. val ENETRESET: Int
  43. val ENETUNREACH: Int
  44. val ENFILE: Int
  45. val ENOBUFS: Int
  46. val ENODATA: Int
  47. val ENODEV: Int
  48. val ENOENT: Int
  49. val ENOEXEC: Int
  50. val ENOLCK: Int
  51. val ENOLINK: Int
  52. val ENOMEM: Int
  53. val ENOMSG: Int
  54. val ENOPROTOOPT: Int
  55. val ENOSPC: Int
  56. val ENOSR: Int
  57. val ENOSTR: Int
  58. val ENOSYS: Int
  59. val ENOTCONN: Int
  60. val ENOTDIR: Int
  61. val ENOTEMPTY: Int
  62. val ENOTSOCK: Int
  63. val ENOTSUP: Int
  64. val ENOTTY: Int
  65. val ENXIO: Int
  66. val EOPNOTSUPP: Int
  67. val EOVERFLOW: Int
  68. val EPERM: Int
  69. val EPIPE: Int
  70. val EPROTO: Int
  71. val EPROTONOSUPPORT: Int
  72. val EPROTOTYPE: Int
  73. val ERANGE: Int
  74. val EROFS: Int
  75. val ESPIPE: Int
  76. val ESRCH: Int
  77. val ESTALE: Int
  78. val ETIME: Int
  79. val ETIMEDOUT: Int
  80. val ETXTBSY: Int
  81. val EWOULDBLOCK: Int
  82. val EXDEV: Int
  83. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  84. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  85. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  87. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  88. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  89. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  90. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  91. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  92. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  93. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  94. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  95. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  96. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  97. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  98. def toLocaleString(): String
    Definition Classes
    Object
  99. def toString(): String
    Definition Classes
    AnyRef → Any
  100. def valueOf(): Any
    Definition Classes
    Object
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  103. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped