object UserError extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserError
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equalsOnJsSpec: UserError
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapKeyOfIndex: UserError
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- def toJsArrayOfJsBool: UserError
- def toJsArrayOfJsNothing: UserError
- def toJsArrayOfJsNull: UserError
- def toJsArrayOfJsNumber: UserError
- def toJsArrayOfJsObj: UserError
- def toJsArrayOfJsStr: UserError
- def toJsBigDecOfJsBool: UserError
- def toJsBigDecOfJsNothing: UserError
- def toJsBigDecOfJsNull: UserError
- def toJsBigDecOfJsStr: UserError
- def toJsBigDecOfJson: UserError
- def toJsBigIntOfJsBigDec: UserError
- def toJsBigIntOfJsBool: UserError
- def toJsBigIntOfJsDouble: UserError
- def toJsBigIntOfJsNothing: UserError
- def toJsBigIntOfJsNull: UserError
- def toJsBigIntOfJsStr: UserError
- def toJsBigIntOfJson: UserError
- def toJsBoolOfJsNothing: UserError
- def toJsBoolOfJsNull: UserError
- def toJsBoolOfJsNumber: UserError
- def toJsBoolOfJsStr: UserError
- def toJsBoolOfJson: UserError
- def toJsDoubleOfJsBigDec: UserError
- def toJsDoubleOfJsBigInt: UserError
- def toJsDoubleOfJsBool: UserError
- def toJsDoubleOfJsNothing: UserError
- def toJsDoubleOfJsNull: UserError
- def toJsDoubleOfJsStr: UserError
- def toJsDoubleOfJson: UserError
- def toJsIntOfJsBigDec: UserError
- def toJsIntOfJsBigInt: UserError
- def toJsIntOfJsBool: UserError
- def toJsIntOfJsDouble: UserError
- def toJsIntOfJsLong: UserError
- def toJsIntOfJsNothing: UserError
- def toJsIntOfJsNull: UserError
- def toJsIntOfJsStr: UserError
- def toJsIntOfJson: UserError
- def toJsLongOfJsBigDec: UserError
- def toJsLongOfJsBigInt: UserError
- def toJsLongOfJsBool: UserError
- def toJsLongOfJsDouble: UserError
- def toJsLongOfJsNothing: UserError
- def toJsLongOfJsNull: UserError
- def toJsLongOfJsStr: UserError
- def toJsLongOfJson: UserError
- def toJsNullOfJsBool: UserError
- def toJsNullOfJsNothing: UserError
- def toJsNullOfJsNumber: UserError
- def toJsNullOfJsStr: UserError
- def toJsNullOfJson: UserError
- def toJsNumberOfJsBool: UserError
- def toJsNumberOfJsNothing: UserError
- def toJsNumberOfJsNull: UserError
- def toJsNumberOfJsStr: UserError
- def toJsNumberOfJson: UserError
- def toJsObjOfJsArray: UserError
- def toJsObjOfJsBool: UserError
- def toJsObjOfJsNothing: UserError
- def toJsObjOfJsNull: UserError
- def toJsObjOfJsNumber: UserError
- def toJsObjOfJsStr: UserError
- def toJsPrimitiveOfJsNothing: UserError
- def toJsPrimitiveOfJson: UserError
- def toJsStrOfJsBool: UserError
- def toJsStrOfJsNothing: UserError
- def toJsStrOfJsNull: UserError
- def toJsStrOfJsNumber: UserError
- def toJsStrOfJson: UserError
- def toJsonOfJsBool: UserError
- def toJsonOfJsNothing: UserError
- def toJsonOfJsNull: UserError
- def toJsonOfJsNumber: UserError
- def toJsonOfJsStr: UserError
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()