WorkerError

orchescala.worker.WorkerError
See theWorkerError companion trait
object WorkerError

Attributes

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

Members list

Type members

Classlikes

case object AlreadyHandledError extends WorkerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class BadVariableError(errorMsg: String) extends WorkerError

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CustomError(errorMsg: String, generalVariables: Option[GeneralVariables], causeError: Option[WorkerError]) extends RunWorkError

Attributes

Supertypes
trait Product
trait Equals
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class HandledRegexNotMatchedError(errorMsg: String) extends WorkerError

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class InitProcessError(errorMsg: String) extends WorkerError

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MissingHandlerError(errorMsg: String) extends RunWorkError

Attributes

Supertypes
trait Product
trait Equals
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MockedOutput(output: Map[String, Any], errorMsg: String) extends ErrorWithOutput

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait RunWorkError extends WorkerError

Attributes

Supertypes
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class ServiceAuthError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceBadBodyError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceBadPathError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait ServiceError extends RunWorkError

Attributes

Supertypes
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class ServiceMappingError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceMockingError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceRequestError(errorCode: Int, errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ServiceUnexpectedError(errorMsg: String) extends ServiceError

Attributes

Supertypes
trait Product
trait Equals
trait ServiceError
trait RunWorkError
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnexpectedError(errorMsg: String) extends WorkerError

Attributes

Supertypes
trait Product
trait Equals
trait WorkerError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ValidatorError(errorMsg: String) extends ErrorWithOutput

Attributes

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

Value members

Concrete methods

def requestMsg[ServiceIn : Encoder](runnableRequest: RunnableRequest[ServiceIn]): String
def serviceErrorMsg[ServiceIn : Encoder](status: Int, errorMsg: String, runnableRequest: RunnableRequest[ServiceIn]): String