object UserError extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserError
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def equalsOnJsSpec: UserError
- 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
- def mapKeyOfIndex: UserError
- 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 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