effect-core
effect-core
effect
E
E
AsException
Effect
Effect
EffectApp
EffectApp
Fiber
Fiber
Result
Value
Error
UnexpectedError
effect-core
/
effect
/
E
E
final case
class
E
(
message:
String
,
code:
Option
[
Int
],
kind:
Option
[
String
],
timestamp:
Option
[
Instant
],
causes:
List
[
E
],
data:
Map
[
String
,
String
])
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
addCauses
(
firstCause:
E
,
otherCauses:
E
*):
E
def
addData
[
K
,
V
](
firstPair: (
K
,
V
),
otherPairs: (
K
,
V
)*):
E
def
toException
:
AsException
override
def
toString
:
String
Definition Classes
Any
def
withCauses
(
newCauses:
List
[
E
]):
E
def
withCode
(
newCode:
Int
):
E
def
withData
(
newData:
Map
[
String
,
String
]):
E
def
withKind
(
newKind:
String
):
E
def
withTimestamp
(
newTimestamp:
Instant
):
E
def
withTimestamp
:
E
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
val
hasCauses
:
Boolean
val
hasCode
:
Boolean
val
hasData
:
Boolean
val
hasKind
:
Boolean
val
hasTimestamp
:
Boolean