skinny
.
validator
ErrorLike
Related Doc:
package validator
trait
ErrorLike
extends
AnyRef
Validation error.
Linear Supertypes
AnyRef
,
Any
Known Subclasses
Error
,
ValidationRule
,
dateFormat
,
dateTimeFormat
,
doubleMaxValue
,
doubleMinMaxValue
,
doubleMinValue
,
doubleValue
,
email
,
floatMaxValue
,
floatMinMaxValue
,
floatMinValue
,
floatValue
,
future
,
intMaxValue
,
intMinMaxValue
,
intMinValue
,
intValue
,
length
,
longMaxValue
,
longMinMaxValue
,
longMinValue
,
longValue
,
maxLength
,
minLength
,
minMaxLength
,
notEmpty
,
notEmpty
,
notNull
,
numeric
,
past
,
required
,
required
,
same
,
timeFormat
Ordering
Alphabetic
By Inheritance
Inherited
ErrorLike
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
name
:
String
Error name.
Concrete 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
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
other:
Any
)
:
Boolean
Definition Classes
ErrorLike
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
ErrorLike
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
messageParams
:
Seq
[
Any
]
Params to be embedded to message.
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
ErrorLike
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Validation error.