object ProcessCompilationError

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessCompilationError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BlankParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  2. case class CannotCreateObjectError(message: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  3. case class CustomNodeError(nodeId: String, message: String, paramName: Option[String]) extends ProcessCompilationError with InASingleNode with Product with Serializable
  4. case class CustomParameterValidationError(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  5. case class DisablingManyOutputsSubprocess(id: String, nodeIds: Set[String]) extends ProcessCompilationError with Product with Serializable
  6. case class DisablingNoOutputsSubprocess(id: String) extends ProcessCompilationError with Product with Serializable
  7. case class DuplicatedNodeIds(nodeIds: Set[String]) extends ProcessCompilationError with Product with Serializable
  8. case class EmptyMandatoryParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  9. case class ExpressionParserCompilationError(message: String, nodeId: String, fieldName: Option[String], originalExpr: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  10. case class FatalUnknownError(message: String) extends ProcessCompilationError with Product with Serializable
  11. case class GreaterThanRequiredParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  12. trait InASingleNode extends AnyRef
  13. case class InvalidIntegerLiteralParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  14. case class InvalidPropertyFixedValue(paramName: String, label: Option[String], value: String, values: List[String], nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  15. case class InvalidRootNode(nodeId: String) extends ProcessUncanonizationError with InASingleNode with Product with Serializable
  16. case class InvalidSubprocess(id: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  17. case class InvalidTailOfBranch(nodeId: String) extends ProcessUncanonizationError with InASingleNode with Product with Serializable
  18. case class InvalidVariableOutputName(name: String, nodeId: String, paramName: Option[String]) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  19. case class JsonRequiredParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  20. case class LowerThanRequiredParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  21. case class MismatchParameter(message: String, description: String, paramName: String, nodeId: String) extends ParameterValidationError with Product with Serializable
  22. case class MissingCustomNodeExecutor(name: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  23. case class MissingParameters(params: Set[String], nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  24. case class MissingPart(nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  25. case class MissingRequiredProperty(paramName: String, label: Option[String], nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  26. case class MissingService(serviceId: String, nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  27. case class MissingSinkFactory(typ: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  28. case class MissingSourceFactory(typ: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  29. case class NotSupportedExpressionLanguage(languageId: String, nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  30. case class OverwrittenVariable(variableName: String, nodeId: String, paramName: Option[String]) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  31. case class RedundantParameters(params: Set[String], nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  32. case class SubprocessParamClassLoadError(fieldName: String, refClazzName: String, nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  33. case class UnknownProperty(paramName: String, nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  34. case class UnknownSubprocess(id: String, nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  35. case class UnknownSubprocessOutput(id: String, nodeIds: Set[String]) extends ProcessCompilationError with Product with Serializable
  36. case class UnresolvedSubprocess(nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable
  37. case class UnsupportedPart(nodeId: String) extends ProcessCompilationError with InASingleNode with Product with Serializable
  38. type ValidatedNelCompilationError[T] = Validated[NonEmptyList[ProcessCompilationError], T]
  39. case class WrongParameters(requiredParameters: Set[String], passedParameters: Set[String], nodeId: String) extends PartSubGraphCompilationError with InASingleNode with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ValidatedNelApplicative: Applicative[ValidatedNelCompilationError]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object CustomNodeError extends Serializable
  21. object EmptyProcess extends ProcessUncanonizationError
  22. object ExpressionParserCompilationError extends Serializable
  23. object InvalidPropertyFixedValue extends Serializable
  24. object InvalidVariableOutputName extends Serializable
  25. object MissingCustomNodeExecutor extends Serializable
  26. object MissingParameters extends Serializable
  27. object MissingRequiredProperty extends Serializable
  28. object MissingService extends Serializable
  29. object MissingSinkFactory extends Serializable
  30. object MissingSourceFactory extends Serializable
  31. object NotSupportedExpressionLanguage extends Serializable
  32. object OverwrittenVariable extends Serializable
  33. object RedundantParameters extends Serializable
  34. object UnknownProperty extends Serializable
  35. object WrongParameters extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped