com
.
iheart
.
thomas
Error
Related Docs:
class Error
|
package thomas
object
Error
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Error
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
CannotToChangePastTest
(
start:
OffsetDateTime
)
extends
Error
with
Product
with
Serializable
case class
ConflictCreation
(
feature:
FeatureName
)
extends
Error
with
Product
with
Serializable
case class
ConflictTest
(
existing:
Entity
[
Abtest
]
)
extends
Error
with
Product
with
Serializable
case class
ContinuationBefore
(
lasStart:
OffsetDateTime
,
scheduledStart:
OffsetDateTime
)
extends
ValidationError
with
Product
with
Serializable
case class
ContinuationGap
(
lastEnd:
OffsetDateTime
,
scheduledStart:
OffsetDateTime
)
extends
ValidationError
with
Product
with
Serializable
case class
DBException
(
e:
Throwable
)
extends
Error
with
Product
with
Serializable
case class
FailedToPersist
(
msg:
String
)
extends
Error
with
Product
with
Serializable
case class
GroupNameDoesNotExist
(
name:
GroupName
)
extends
ValidationError
with
Product
with
Serializable
case class
InconsistentGroupSizes
(
sizes:
List
[
GroupSize
]
)
extends
ValidationError
with
Product
with
Serializable
sealed
trait
ValidationError
extends
Product
with
Serializable
case class
ValidationErrors
(
detail:
NonEmptyList
[
ValidationError
]
)
extends
Error
with
Product
with
Serializable
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
object
CannotScheduleTestBeforeNow
extends
ValidationError
with
Product
with
Serializable
object
DuplicatedGroupName
extends
ValidationError
with
Product
with
Serializable
object
EmptyGroups
extends
ValidationError
with
Product
with
Serializable
object
GroupNameTooLong
extends
ValidationError
with
Product
with
Serializable
object
InconsistentTimeRange
extends
ValidationError
with
Product
with
Serializable
object
InvalidAlternativeIdName
extends
ValidationError
with
Product
with
Serializable
object
InvalidFeatureName
extends
ValidationError
with
Product
with
Serializable
object
NotFound
extends
Error
with
Product
with
Serializable
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
(
arg0:
Any
)
:
Boolean
Definition Classes
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
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
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
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
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped