object CommandIssue
- Alphabetic
- By Inheritance
- CommandIssue
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AssemblyBusyIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when an Assembly receives a command and one is already executing
Returned when an Assembly receives a command and one is already executing
- reason
describing the cause of this issue
- final case class HCDBusyIssue(reason: String) extends CommandIssue with Product with Serializable
A required HCD is busy and cannot be used
A required HCD is busy and cannot be used
- reason
describing the cause of this issue
- final case class IdNotAvailableIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when a CommandResponse associated with runId is not available
Returned when a CommandResponse associated with runId is not available
- reason
describing the cause of this issue
- final case class MissingKeyIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when a command is missing a required key/parameter
Returned when a command is missing a required key/parameter
- reason
describing the cause of this issue
- final case class OtherIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when some other issue occurred apart from those already defined
Returned when some other issue occurred apart from those already defined
- reason
describing the cause of this issue
- final case class ParameterValueOutOfRangeIssue(reason: String) extends CommandIssue with Product with Serializable
Parameter of a command is out of range
Parameter of a command is out of range
- reason
describing the cause of this issue
- final case class RequiredAssemblyUnavailableIssue(reason: String) extends CommandIssue with Product with Serializable
A required Assembly is not available
A required Assembly is not available
- reason
describing the cause of this issue
- final case class RequiredHCDUnavailableIssue(reason: String) extends CommandIssue with Product with Serializable
A required HCD is not available
A required HCD is not available
- reason
describing the cause of this issue
- final case class RequiredSequencerUnavailableIssue(reason: String) extends CommandIssue with Product with Serializable
A required Sequencer is not available
A required Sequencer is not available
- reason
describing the cause of this issue
- final case class RequiredServiceUnavailableIssue(reason: String) extends CommandIssue with Product with Serializable
A required service is not available
A required service is not available
- reason
describing the cause of this issue
- final case class UnresolvedLocationsIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when some required location is not available
Returned when some required location is not available
- reason
describing the cause of this issue
- final case class UnsupportedCommandInStateIssue(reason: String) extends CommandIssue with Product with Serializable
A command is unsupported in the current state
A command is unsupported in the current state
- reason
describing the cause of this issue
- final case class UnsupportedCommandIssue(reason: String) extends CommandIssue with Product with Serializable
A command is unsupported by component
A command is unsupported by component
- reason
describing the cause of this issue
- final case class WrongCommandTypeIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when some given command type is not expected
Returned when some given command type is not expected
- reason
describing the cause of this issue
- final case class WrongInternalStateIssue(reason: String) extends CommandIssue with Product with Serializable
The component is in the wrong internal state to handle a command
The component is in the wrong internal state to handle a command
- reason
describing the cause of this issue
- final case class WrongNumberOfParametersIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when a command does not have the correct number of parameters
Returned when a command does not have the correct number of parameters
- reason
describing the cause of this issue
- final case class WrongParameterTypeIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when the parameter for a key is not the correct type (i.e.
Returned when the parameter for a key is not the correct type (i.e. int vs double, etc.)
- reason
describing the cause of this issue
- final case class WrongPrefixIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when an Assembly receives a configuration with a Prefix that it doesn't support
Returned when an Assembly receives a configuration with a Prefix that it doesn't support
- reason
describing the cause of this issue
- final case class WrongUnitsIssue(reason: String) extends CommandIssue with Product with Serializable
Returned when a parameter value does not have the correct units
Returned when a parameter value does not have the correct units
- reason
describing the cause of this issue
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])