EngineError

orchescala.engine.EngineError
See theEngineError companion trait
object EngineError

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DecodingError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DmnError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class EncodingError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MappingError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ProcessError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnexpectedError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class WorkerError(errorMsg: String, errorCode: ErrorCodes) extends EngineError

Attributes

Supertypes
trait Product
trait Equals
trait EngineError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror