Packages

o

value

UserError

object UserError extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserError
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def equalsOnJsSpec: UserError
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def incOfEmptyPath: UserError

    inc on paths is only possible when the last position is an index

    inc on paths is only possible when the last position is an index

    returns

    an user error

  13. def incOfKey(path: JsPath): UserError

    inc on paths is only possible when the last position is an index

    inc on paths is only possible when the last position is an index

    returns

    an user error

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mapKeyOfIndex: UserError
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toIndexOfKey: UserError

    positions which are keys cant be converted into indexes

    positions which are keys cant be converted into indexes

    returns

    an user error

  21. def toJsArrayOfJsBool: UserError
  22. def toJsArrayOfJsNothing: UserError
  23. def toJsArrayOfJsNull: UserError
  24. def toJsArrayOfJsNumber: UserError
  25. def toJsArrayOfJsObj: UserError
  26. def toJsArrayOfJsStr: UserError
  27. def toJsBigDecOfJsBool: UserError
  28. def toJsBigDecOfJsNothing: UserError
  29. def toJsBigDecOfJsNull: UserError
  30. def toJsBigDecOfJsStr: UserError
  31. def toJsBigDecOfJson: UserError
  32. def toJsBigIntOfJsBigDec: UserError
  33. def toJsBigIntOfJsBool: UserError
  34. def toJsBigIntOfJsDouble: UserError
  35. def toJsBigIntOfJsNothing: UserError
  36. def toJsBigIntOfJsNull: UserError
  37. def toJsBigIntOfJsStr: UserError
  38. def toJsBigIntOfJson: UserError
  39. def toJsBoolOfJsNothing: UserError
  40. def toJsBoolOfJsNull: UserError
  41. def toJsBoolOfJsNumber: UserError
  42. def toJsBoolOfJsStr: UserError
  43. def toJsBoolOfJson: UserError
  44. def toJsDoubleOfJsBigDec: UserError
  45. def toJsDoubleOfJsBigInt: UserError
  46. def toJsDoubleOfJsBool: UserError
  47. def toJsDoubleOfJsNothing: UserError
  48. def toJsDoubleOfJsNull: UserError
  49. def toJsDoubleOfJsStr: UserError
  50. def toJsDoubleOfJson: UserError
  51. def toJsIntOfJsBigDec: UserError
  52. def toJsIntOfJsBigInt: UserError
  53. def toJsIntOfJsBool: UserError
  54. def toJsIntOfJsDouble: UserError
  55. def toJsIntOfJsLong: UserError
  56. def toJsIntOfJsNothing: UserError
  57. def toJsIntOfJsNull: UserError
  58. def toJsIntOfJsStr: UserError
  59. def toJsIntOfJson: UserError
  60. def toJsLongOfJsBigDec: UserError
  61. def toJsLongOfJsBigInt: UserError
  62. def toJsLongOfJsBool: UserError
  63. def toJsLongOfJsDouble: UserError
  64. def toJsLongOfJsNothing: UserError
  65. def toJsLongOfJsNull: UserError
  66. def toJsLongOfJsStr: UserError
  67. def toJsLongOfJson: UserError
  68. def toJsNullOfJsBool: UserError
  69. def toJsNullOfJsNothing: UserError
  70. def toJsNullOfJsNumber: UserError
  71. def toJsNullOfJsStr: UserError
  72. def toJsNullOfJson: UserError
  73. def toJsNumberOfJsBool: UserError
  74. def toJsNumberOfJsNothing: UserError
  75. def toJsNumberOfJsNull: UserError
  76. def toJsNumberOfJsStr: UserError
  77. def toJsNumberOfJson: UserError
  78. def toJsObjOfJsArray: UserError
  79. def toJsObjOfJsBool: UserError
  80. def toJsObjOfJsNothing: UserError
  81. def toJsObjOfJsNull: UserError
  82. def toJsObjOfJsNumber: UserError
  83. def toJsObjOfJsStr: UserError
  84. def toJsPrimitiveOfJsNothing: UserError
  85. def toJsPrimitiveOfJson: UserError
  86. def toJsStrOfJsBool: UserError
  87. def toJsStrOfJsNothing: UserError
  88. def toJsStrOfJsNull: UserError
  89. def toJsStrOfJsNumber: UserError
  90. def toJsStrOfJson: UserError
  91. def toJsonOfJsBool: UserError
  92. def toJsonOfJsNothing: UserError
  93. def toJsonOfJsNull: UserError
  94. def toJsonOfJsNumber: UserError
  95. def toJsonOfJsStr: UserError
  96. def toKeyOfIndex: UserError

    positions which are indexes cant be converted into keys

    positions which are indexes cant be converted into keys

    returns

    an user error

  97. def toString(): String
    Definition Classes
    AnyRef → Any
  98. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped