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
- def asIndexOfKey: UserError
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJsArrayOfJsBool: UserError
- def asJsArrayOfJsNothing: UserError
- def asJsArrayOfJsNull: UserError
- def asJsArrayOfJsNumber: UserError
- def asJsArrayOfJsObj: UserError
- def asJsArrayOfJsStr: UserError
- def asJsBigDecOfJsBool: UserError
- def asJsBigDecOfJsNothing: UserError
- def asJsBigDecOfJsNull: UserError
- def asJsBigDecOfJsStr: UserError
- def asJsBigDecOfJson: UserError
- def asJsBigIntOfJsBigDec: UserError
- def asJsBigIntOfJsBool: UserError
- def asJsBigIntOfJsDouble: UserError
- def asJsBigIntOfJsNothing: UserError
- def asJsBigIntOfJsNull: UserError
- def asJsBigIntOfJsStr: UserError
- def asJsBigIntOfJson: UserError
- def asJsBoolOfJsNothing: UserError
- def asJsBoolOfJsNull: UserError
- def asJsBoolOfJsNumber: UserError
- def asJsBoolOfJsStr: UserError
- def asJsBoolOfJson: UserError
- def asJsDoubleOfJsBigDec: UserError
- def asJsDoubleOfJsBigInt: UserError
- def asJsDoubleOfJsBool: UserError
- def asJsDoubleOfJsLong: UserError
- def asJsDoubleOfJsNothing: UserError
- def asJsDoubleOfJsNull: UserError
- def asJsDoubleOfJsStr: UserError
- def asJsDoubleOfJson: UserError
- def asJsIntOfJsBigDec: UserError
- def asJsIntOfJsBigInt: UserError
- def asJsIntOfJsBool: UserError
- def asJsIntOfJsDouble: UserError
- def asJsIntOfJsLong: UserError
- def asJsIntOfJsNothing: UserError
- def asJsIntOfJsNull: UserError
- def asJsIntOfJsStr: UserError
- def asJsIntOfJson: UserError
- def asJsLongOfJsBigDec: UserError
- def asJsLongOfJsBigInt: UserError
- def asJsLongOfJsBool: UserError
- def asJsLongOfJsDouble: UserError
- def asJsLongOfJsNothing: UserError
- def asJsLongOfJsNull: UserError
- def asJsLongOfJsStr: UserError
- def asJsLongOfJson: UserError
- def asJsNullOfJsBool: UserError
- def asJsNullOfJsNothing: UserError
- def asJsNullOfJsNumber: UserError
- def asJsNullOfJsStr: UserError
- def asJsNullOfJson: UserError
- def asJsNumberOfJsBool: UserError
- def asJsNumberOfJsNothing: UserError
- def asJsNumberOfJsNull: UserError
- def asJsNumberOfJsStr: UserError
- def asJsNumberOfJson: UserError
- def asJsObjOfJsArray: UserError
- def asJsObjOfJsBool: UserError
- def asJsObjOfJsNothing: UserError
- def asJsObjOfJsNull: UserError
- def asJsObjOfJsNumber: UserError
- def asJsObjOfJsStr: UserError
- def asJsStrOfJsBool: UserError
- def asJsStrOfJsNothing: UserError
- def asJsStrOfJsNull: UserError
- def asJsStrOfJsNumber: UserError
- def asJsStrOfJson: UserError
- def asJsonOfJsBool: UserError
- def asJsonOfJsNothing: UserError
- def asJsonOfJsNull: UserError
- def asJsonOfJsNumber: UserError
- def asJsonOfJsStr: UserError
- def asKeyOfIndex: UserError
- 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
- def incOfKey(path: JsPath): UserError
- 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 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()