ReactionError

core.errors.http.preprocessor.ReactionError
See theReactionError companion trait
object ReactionError

Attributes

Companion
trait
Source
ReactionError.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CreationError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DecodingError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DeletionError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class HttpError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class NetworkError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class NotFoundError(message: String) extends ReactionError

Attributes

Source
ReactionError.scala
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala