We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2fa0b7 + cbc0a51 commit 004ce94Copy full SHA for 004ce94
entity/src/main/kotlin/io/spine/tools/core/jvm/entity/ImplementEntityState.kt
@@ -107,6 +107,6 @@ private fun entityStateInterface(option: EntityOption): KClass<out EntityState<*
107
PROCESS_MANAGER -> ProcessManagerState::class
108
PROJECTION -> ProjectionState::class
109
ENTITY -> EntityState::class
110
- else -> error("Unable to convert the entity kind: `${option.kind}`.")
+ else -> error("Unsupported entity kind: `${option.kind}`.")
111
}
112
0 commit comments