case class DictEntryWithLabelNotExists(dictId: String, label: String, possibleLabels: Option[List[String]]) extends DictLookupError with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DictEntryWithLabelNotExists
- Serializable
- Serializable
- Product
- Equals
- DictLookupError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DictEntryWithLabelNotExists(dictId: String, label: String, possibleLabels: Option[List[String]])
Value Members
- val dictId: String
- val label: String
- val possibleLabels: Option[List[String]]
-
def
toPartSubGraphCompilationError(nodeId: String, paramName: ParameterName): PartSubGraphCompilationError
- Definition Classes
- DictEntryWithLabelNotExists → DictLookupError