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. def equalsOnJsSpec: UserError
  2. 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

  3. 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

  4. def mapKeyOfIndex: UserError
  5. 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

  6. def toJsArrayOfJsBool: UserError
  7. def toJsArrayOfJsNothing: UserError
  8. def toJsArrayOfJsNull: UserError
  9. def toJsArrayOfJsNumber: UserError
  10. def toJsArrayOfJsObj: UserError
  11. def toJsArrayOfJsStr: UserError
  12. def toJsBigDecOfJsBool: UserError
  13. def toJsBigDecOfJsNothing: UserError
  14. def toJsBigDecOfJsNull: UserError
  15. def toJsBigDecOfJsStr: UserError
  16. def toJsBigDecOfJson: UserError
  17. def toJsBigIntOfJsBigDec: UserError
  18. def toJsBigIntOfJsBool: UserError
  19. def toJsBigIntOfJsDouble: UserError
  20. def toJsBigIntOfJsNothing: UserError
  21. def toJsBigIntOfJsNull: UserError
  22. def toJsBigIntOfJsStr: UserError
  23. def toJsBigIntOfJson: UserError
  24. def toJsBoolOfJsNothing: UserError
  25. def toJsBoolOfJsNull: UserError
  26. def toJsBoolOfJsNumber: UserError
  27. def toJsBoolOfJsStr: UserError
  28. def toJsBoolOfJson: UserError
  29. def toJsDoubleOfJsBigDec: UserError
  30. def toJsDoubleOfJsBigInt: UserError
  31. def toJsDoubleOfJsBool: UserError
  32. def toJsDoubleOfJsNothing: UserError
  33. def toJsDoubleOfJsNull: UserError
  34. def toJsDoubleOfJsStr: UserError
  35. def toJsDoubleOfJson: UserError
  36. def toJsIntOfJsBigDec: UserError
  37. def toJsIntOfJsBigInt: UserError
  38. def toJsIntOfJsBool: UserError
  39. def toJsIntOfJsDouble: UserError
  40. def toJsIntOfJsLong: UserError
  41. def toJsIntOfJsNothing: UserError
  42. def toJsIntOfJsNull: UserError
  43. def toJsIntOfJsStr: UserError
  44. def toJsIntOfJson: UserError
  45. def toJsLongOfJsBigDec: UserError
  46. def toJsLongOfJsBigInt: UserError
  47. def toJsLongOfJsBool: UserError
  48. def toJsLongOfJsDouble: UserError
  49. def toJsLongOfJsNothing: UserError
  50. def toJsLongOfJsNull: UserError
  51. def toJsLongOfJsStr: UserError
  52. def toJsLongOfJson: UserError
  53. def toJsNullOfJsBool: UserError
  54. def toJsNullOfJsNothing: UserError
  55. def toJsNullOfJsNumber: UserError
  56. def toJsNullOfJsStr: UserError
  57. def toJsNullOfJson: UserError
  58. def toJsNumberOfJsBool: UserError
  59. def toJsNumberOfJsNothing: UserError
  60. def toJsNumberOfJsNull: UserError
  61. def toJsNumberOfJsStr: UserError
  62. def toJsNumberOfJson: UserError
  63. def toJsObjOfJsArray: UserError
  64. def toJsObjOfJsBool: UserError
  65. def toJsObjOfJsNothing: UserError
  66. def toJsObjOfJsNull: UserError
  67. def toJsObjOfJsNumber: UserError
  68. def toJsObjOfJsStr: UserError
  69. def toJsStrOfJsBool: UserError
  70. def toJsStrOfJsNothing: UserError
  71. def toJsStrOfJsNull: UserError
  72. def toJsStrOfJsNumber: UserError
  73. def toJsStrOfJson: UserError
  74. def toJsonOfJsBool: UserError
  75. def toJsonOfJsNothing: UserError
  76. def toJsonOfJsNull: UserError
  77. def toJsonOfJsNumber: UserError
  78. def toJsonOfJsStr: UserError
  79. 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